Rakefile in rubocop-minitest-0.16.0 vs Rakefile in rubocop-minitest-0.17.0
- old
+ new
@@ -28,10 +28,9 @@
desc 'Run RuboCop over itself'
RuboCop::RakeTask.new(:internal_investigation)
task default: %i[
documentation_syntax_check
- generate_cops_documentation
test
internal_investigation
]
desc 'Generate a new cop template'