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 0b5b672 + f9f2297 commit 890c38fCopy full SHA for 890c38f
tasks/cops_documentation.rake
@@ -24,7 +24,7 @@ task documentation_syntax_check: :yard_for_generate_documentation do
24
25
ok = true
26
YARD::Registry.load!
27
- cops = RuboCop::Cop::Cop.registry
+ cops = RuboCop::Cop::Registry.global
28
cops.each do |cop|
29
examples = YARD::Registry.all(:class).find do |code_object|
30
next unless RuboCop::Cop::Badge.for(code_object.to_s) == cop.badge
0 commit comments