rubocop: re-enable whitespace-related cops
The referenced issue was fixed in Rubocop 0.30.0 (Homebrew uses 0.33.0). Closes Homebrew/homebrew#43515. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
190902e98f
commit
1c37ea2b73
@ -106,15 +106,6 @@ Style/WordArray:
|
||||
Style/UnneededCapitalW:
|
||||
Enabled: false
|
||||
|
||||
# TODO: rubocop bug regarding __END__
|
||||
# see https://github.com/bbatsov/rubocop/issues/1541
|
||||
Style/TrailingWhitespace:
|
||||
Enabled: false
|
||||
Style/Tab:
|
||||
Enabled: false
|
||||
Style/TrailingBlankLines:
|
||||
Enabled: false
|
||||
|
||||
# we use raise, not fail
|
||||
Style/SignalException:
|
||||
EnforcedStyle: only_raise
|
||||
|
Loading…
x
Reference in New Issue
Block a user