Method: RuboCop::Cop::Base.exclude_from_registry

Defined in:
lib/rubocop/cop/base.rb

.exclude_from_registryObject

Call for abstract Cop classes

[View source]

81
82
83
# File 'lib/rubocop/cop/base.rb', line 81

def self.exclude_from_registry
  Registry.global.dismiss(self)
end