Skip to content

Commit

Permalink
Remove an obsolete development task
Browse files Browse the repository at this point in the history
This commit removes an obsolete `:generate_cops_documentation` development task.
It's been a year since it was introduced in rubocop@1905f1b
and is no longer in use.
  • Loading branch information
koic committed Dec 5, 2021
1 parent 84ac070 commit c045274
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/cops_documentation.rake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ task update_cops_documentation: :yard_for_generate_documentation do
deps = %w[Bundler Gemspec Layout Lint Metrics Migration Naming Security Style]
CopsDocumentationGenerator.new(departments: deps).call
end

desc 'Generate docs of all cops departments (obsolete)'
task :generate_cops_documentation do
puts 'Updating the documentation is now done automatically!'
end

0 comments on commit c045274

Please sign in to comment.