aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2015-09-02 19:04:31 +0200
committerXu Cheng2015-09-03 02:41:55 +0800
commit1c37ea2b735af9fbfec632bc1ac4e78b8d0fe9f2 (patch)
treeb6119b3bb16b873d3da43c7d94c69ebcf6de56e6 /Library
parent190902e98fcde1c9601bf9a674caf0796ed9e46b (diff)
downloadbrew-1c37ea2b735af9fbfec632bc1ac4e78b8d0fe9f2.tar.bz2
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>
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 2bf506a4b..4503ada35 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -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