Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-01-18 12:07:21 +00:00
parent 0a921554d8
commit ef58231bd6
254 changed files with 2309 additions and 2392 deletions

View File

@ -7,6 +7,6 @@ require_relative 'ext/path_util'
require_relative 'ext/variable_force'
# Auto-require all cops under `rubocop/cop/**/*.rb`
Dir[File.join(__dir__, 'cop', '**', '*.rb')].sort.each(&method(:require))
Dir[File.join(__dir__, 'cop', '**', '*.rb')].sort.each { |file| require file }
# rubocop:enable Naming/FileName