Skip to content

Commit

Permalink
Merge pull request #65 from koic/use_enhanced_cop_documentation_gener…
Browse files Browse the repository at this point in the history
…ator

Use extended `CopsDocumentationGenerator`
  • Loading branch information
bquorning authored Mar 5, 2025
2 parents acda4a5 + 9386ca9 commit d19789d
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 @@ -12,10 +12,8 @@ end

desc 'Generate docs of all cops departments'
task generate_cops_documentation: :yard_for_generate_documentation do
RuboCop::ConfigLoader.inject_defaults!("#{__dir__}/../config/default.yml")

generator = CopsDocumentationGenerator.new(
departments: %w[RSpecRails]
departments: %w[RSpecRails], plugin_name: 'rubocop-rspec_rails'
)
generator.call
end
Expand Down

0 comments on commit d19789d

Please sign in to comment.