chore(rubocop): fix Rails/RootPathnameMethods and assimiled cops
This commit is contained in:
parent
6a3fd8fc4d
commit
b273e7b67e
8 changed files with 19 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
Dir[File.join(Rails.root, "lib", "core_ext", "*.rb")].each do |core_ext_file|
|
||||
Dir[Rails.root.join("lib", "core_ext", "*.rb")].each do |core_ext_file|
|
||||
require core_ext_file
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue