We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14027cf commit ba69221Copy full SHA for ba69221
tasks/cops_documentation.rake
@@ -15,11 +15,6 @@ task update_cops_documentation: :yard_for_generate_documentation do
15
CopsDocumentationGenerator.new(departments: deps).call
16
end
17
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
-
23
desc 'Syntax check for the documentation comments'
24
task documentation_syntax_check: :yard_for_generate_documentation do
25
require 'parser/ruby30'
0 commit comments