summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 7c24c48..819bbd8 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -26,18 +26,20 @@ Metrics/AbcSize:
Metrics/MethodLength:
Enabled: false
+# Module length is not necessarily an indicator of code quality
+Metrics/ModuleLength:
+ Enabled: false
+
# Class length is not necessarily an indicator of code quality
Metrics/ClassLength:
Enabled: false
# dealbreaker:
-Style/TrailingComma:
+Style/TrailingCommaInArguments:
Enabled: false
-Style/ClosingParenthesisIndentation:
+Style/TrailingCommaInLiteral:
Enabled: false
-
-# we still support ruby 1.8
-Style/HashSyntax:
+Style/ClosingParenthesisIndentation:
Enabled: false
Lint/AmbiguousRegexpLiteral: