summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 864bf0c45..a383a9172 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -48,12 +48,12 @@ Layout/SpaceInsideBlockBraces:
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
+Lint/SuppressedException:
+ AllowComments: true
+
Layout/TrailingWhitespace:
AllowInHeredoc: true
-Lint/HandleExceptions:
- AllowComments: true
-
Metrics:
Enabled: false