class RuboCop::Cop::Layout::ExtraSpacing
Public Class Methods
autocorrect_incompatible_with()
click to toggle source
# File lib/rubocop-rspec.rb, line 38 def self.autocorrect_incompatible_with [RSpec::AlignLeftLetBrace, RSpec::AlignRightLetBrace] end