tasks/cops_documentation.rake in rubocop-minitest-0.13.0 vs tasks/cops_documentation.rake in rubocop-minitest-0.14.0
- old
+ new
@@ -23,11 +23,10 @@
exit if outcome
# Output diff before raising error
sh('GIT_PAGER=cat git diff docs')
- warn 'The docs directory is out of sync. ' \
- 'Run `rake generate_cops_documentation` and commit the results.'
+ warn 'The docs directory is out of sync. Run `rake generate_cops_documentation` and commit the results.'
exit!
end
end
desc 'Syntax check for the documentation comments'