aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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