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:
Martin Afanasjew 2015-09-02 19:04:31 +02:00 committed by Xu Cheng
parent 190902e98f
commit 1c37ea2b73

View File

@ -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