Skip to content

Commit ba69221

Browse files
committed
Remove an obsolete development task
Follow up to rubocop/rubocop@c045274.
1 parent 14027cf commit ba69221

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tasks/cops_documentation.rake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ task update_cops_documentation: :yard_for_generate_documentation do
1515
CopsDocumentationGenerator.new(departments: deps).call
1616
end
1717

18-
desc 'Generate docs of all cops departments (obsolete)'
19-
task :generate_cops_documentation do
20-
puts 'Updating the documentation is now done automatically!'
21-
end
22-
2318
desc 'Syntax check for the documentation comments'
2419
task documentation_syntax_check: :yard_for_generate_documentation do
2520
require 'parser/ruby30'

0 commit comments

Comments
 (0)