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.
CopsDocumentationGenerator
1 parent 7056d20 commit 882255fCopy full SHA for 882255f
tasks/cops_documentation.rake
@@ -15,9 +15,7 @@ task update_cops_documentation: :yard_for_generate_documentation do
15
16
# NOTE: Update `<<next>>` version for docs/modules/ROOT/pages/cops_minitest.adoc
17
# when running release tasks.
18
- RuboCop::ConfigLoader.inject_defaults!("#{__dir__}/../config/default.yml")
19
-
20
- CopsDocumentationGenerator.new(departments: deps).call
+ CopsDocumentationGenerator.new(departments: deps, plugin_name: 'rubocop-minitest').call
21
end
22
23
desc 'Syntax check for the documentation comments'
0 commit comments