Rakefile in api_me-0.8.3 vs Rakefile in api_me-0.9.0
- old
+ new
@@ -15,10 +15,10 @@
end
task default: 'reports:all'
namespace :reports do
- task all: [:fixme_notes, :rubocop, :spec]
+ task all: %i[fixme_notes rubocop spec]
task :rubocop do
system 'bundle exec rubocop --rails --display-cop-names'
end