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.
Registry.global
Cop.registry
1 parent 0b5b672 commit f9f2297Copy full SHA for f9f2297
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