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 197472c commit 5fa5f1aCopy full SHA for 5fa5f1a
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_performance.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-performance').call
21
end
22
23
desc 'Syntax check for the documentation comments'
0 commit comments