Skip to content

Commit

Permalink
Use extended CopsDocumentationGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 26, 2025
1 parent 7056d20 commit 882255f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tasks/cops_documentation.rake
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ task update_cops_documentation: :yard_for_generate_documentation do

# NOTE: Update `<<next>>` version for docs/modules/ROOT/pages/cops_minitest.adoc
# when running release tasks.
RuboCop::ConfigLoader.inject_defaults!("#{__dir__}/../config/default.yml")

CopsDocumentationGenerator.new(departments: deps).call
CopsDocumentationGenerator.new(departments: deps, plugin_name: 'rubocop-minitest').call
end

desc 'Syntax check for the documentation comments'
Expand Down

0 comments on commit 882255f

Please sign in to comment.