Method: RuboCop::Cop::Base#config_to_allow_offenses

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

#config_to_allow_offensesObject

[View source]

252
253
254
# File 'lib/rubocop/cop/base.rb', line 252

def config_to_allow_offenses
  Formatter::DisabledConfigFormatter.config_to_allow_offenses[cop_name] ||= {}
end