Method: RuboCop::Cop::Base#config_to_allow_offenses=

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

#config_to_allow_offenses=(hash) ⇒ Object

[View source]

256
257
258
# File 'lib/rubocop/cop/base.rb', line 256

def config_to_allow_offenses=(hash)
  Formatter::DisabledConfigFormatter.config_to_allow_offenses[cop_name] = hash
end