Method: RuboCop::Cop::Style::SelfAssignment.autocorrect_incompatible_with
- Defined in:
- lib/rubocop/cop/style/self_assignment.rb
.autocorrect_incompatible_with ⇒ Object
19 20 21 |
# File 'lib/rubocop/cop/style/self_assignment.rb', line 19 def self.autocorrect_incompatible_with [Layout::SpaceAroundOperators] end |