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.
2 parents acda4a5 + 9386ca9 commit d19789dCopy full SHA for d19789d
tasks/cops_documentation.rake
@@ -12,10 +12,8 @@ end
12
13
desc 'Generate docs of all cops departments'
14
task generate_cops_documentation: :yard_for_generate_documentation do
15
- RuboCop::ConfigLoader.inject_defaults!("#{__dir__}/../config/default.yml")
16
-
17
generator = CopsDocumentationGenerator.new(
18
- departments: %w[RSpecRails]
+ departments: %w[RSpecRails], plugin_name: 'rubocop-rspec_rails'
19
)
20
generator.call
21
end
0 commit comments