Class: RuboCop::Cop::Layout::ExtraSpacing

Inherits:
Object
  • Object
show all
Defined in:
lib/rubocop-rspec.rb

Overview

rubocop:disable Style/Documentation

Class Method Summary collapse

Class Method Details

.autocorrect_incompatible_withObject



34
35
36
# File 'lib/rubocop-rspec.rb', line 34

def self.autocorrect_incompatible_with
  [RSpec::AlignLeftLetBrace, RSpec::AlignRightLetBrace]
end