Rakefile in tax_generator-0.5.1 vs Rakefile in tax_generator-0.5.2
- old
+ new
@@ -21,7 +21,7 @@
desc 'Default: run the unit tests.'
task default: [:all]
desc 'Test the plugin under all supported Rails versions.'
task :all do |_t|
- exec('bundle exec rubocop . && bundle exec inch --pedantic && bundle exec yard stats --list-undoc && bundle exec rake spec')
+ exec('bundle exec rubocop -a . && bundle exec inch --pedantic && bundle exec yard stats --list-undoc && bundle exec rake spec')
end