summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorJoseph Yaworski <joseph.yaworski@fireeye.com>2016-03-20 18:38:07 -0400
committerJoseph Yaworski <joseph.yaworski@fireeye.com>2016-03-20 18:51:58 -0400
commit7aa4c2a9e3107cc108448680d26b29ba63657b48 (patch)
tree59672a6d37db3519477ac363e69ece4642b52ef7 /.rubocop.yml
parentb740281e0cb8c3c87245a7698c0dbc849d6d66f4 (diff)
Update from voxpupuli modulesync_config
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: