Method: RuboCop::Cop::Base#config_to_allow_offenses
- Defined in:
- lib/rubocop/cop/base.rb
permalink #config_to_allow_offenses ⇒ Object
[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 |