Method: RuboCop::Cop::Base.autocorrect_incompatible_with

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

.autocorrect_incompatible_withArray<RuboCop::Cop::Base>

List of cops that should not try to autocorrect at the same time as this cop

Returns:


59
60
61
# File 'lib/rubocop/cop/base.rb', line 59

def self.autocorrect_incompatible_with
  []
end