Rakefile in govuk_app_config-4.4.3 vs Rakefile in govuk_app_config-4.5.0
- old
+ new
@@ -3,9 +3,9 @@
RSpec::Core::RakeTask.new(:spec)
desc "Lint Ruby"
task :lint do
- sh "bundle exec rubocop --format clang"
+ sh "bundle exec rubocop"
end
task default: %i[spec lint]