Thorfile in sauce_overage-0.0.2 vs Thorfile in sauce_overage-1.0.0
- old
+ new
@@ -18,8 +18,8 @@
exec 'bundle exec rspec spec'
end
desc 'cop', 'Executes rubocop'
def cop
- exec 'bundle exec rubocop'
+ exec 'bundle exec rubocop --display-cop-names'
end
end