Method: RuboCop::Cop::Base.support_autocorrect?

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

.support_autocorrect?Boolean

Returns if class supports autocorrect. It is recommended to extend AutoCorrector instead of overriding

Returns:

  • (Boolean)
[View source]

87
88
89
# File 'lib/rubocop/cop/base.rb', line 87

def self.support_autocorrect?
  false
end