Method: RuboCop::Cop::Base.autocorrect_incompatible_with
- Defined in:
- lib/rubocop/cop/base.rb
.autocorrect_incompatible_with ⇒ Array<RuboCop::Cop::Base>
List of cops that should not try to autocorrect at the same time as this cop
59 60 61 |
# File 'lib/rubocop/cop/base.rb', line 59 def self.autocorrect_incompatible_with [] end |