Skip to content

Commit 5fa5f1a

Browse files
committed
Use extended CopsDocumentationGenerator
Follow up rubocop/rubocop#13908.
1 parent 197472c commit 5fa5f1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks/cops_documentation.rake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ task update_cops_documentation: :yard_for_generate_documentation do
1515

1616
# NOTE: Update `<<next>>` version for docs/modules/ROOT/pages/cops_performance.adoc
1717
# when running release tasks.
18-
RuboCop::ConfigLoader.inject_defaults!("#{__dir__}/../config/default.yml")
19-
20-
CopsDocumentationGenerator.new(departments: deps).call
18+
CopsDocumentationGenerator.new(departments: deps, plugin_name: 'rubocop-performance').call
2119
end
2220

2321
desc 'Syntax check for the documentation comments'

0 commit comments

Comments
 (0)