class RuboCop::Cop::Layout::ExtraSpacing

Public Class Methods

autocorrect_incompatible_with() click to toggle source
# File lib/rubocop-rspec.rb, line 89
def self.autocorrect_incompatible_with
  [RSpec::AlignLeftLetBrace, RSpec::AlignRightLetBrace]
end