-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
-
Move the Rails/RakeEnvironment cop to
rubocop-rake
as theRake/Rails/RakeEnvironment
cop. -
The cop accepts two valid styles. I think one should be the preferred choice.
a)
desc 'delete non-unique banners'
task 'delete_non_unique_banners' => :environment do
# ...
end
or
b)
desc 'delete non-unique banners'
task delete_non_unique_banners: :environment do
# ...
end
Metadata
Metadata
Assignees
Labels
No labels