Method: RuboCop::Cop::Base.support_autocorrect?
- Defined in:
- lib/rubocop/cop/base.rb
permalink .support_autocorrect? ⇒ Boolean
Returns if class supports autocorrect. It is recommended to extend AutoCorrector instead of overriding
87 88 89 |
# File 'lib/rubocop/cop/base.rb', line 87 def self.support_autocorrect? false end |