0
0
Fork 0

Apply Rubocop Style/RedundantConstantBase (#23463)

This commit is contained in:
Nick Schonning 2023-02-17 22:30:03 -05:00 committed by GitHub
parent e4f37fad98
commit d65b2c1924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 11 deletions

View file

@ -13,7 +13,7 @@ namespace :mastodon do
%w(Validators app/validators),
%w(Workers app/workers),
].each do |name, dir|
::STATS_DIRECTORIES << [name, Rails.root.join(dir)]
STATS_DIRECTORIES << [name, Rails.root.join(dir)]
end
end
end