mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-15 23:30:46 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user