summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3d62982..47de329 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,9 +1,15 @@
+AbcSize:
+ Enabled: false
AndOr:
Enabled: false
+ClassAndModuleCamelCase:
+ Enabled: false
ClassLength:
Enabled: false
CommentAnnotation:
Enabled: false
+CyclomaticComplexity:
+ Enabled: false
Documentation:
Enabled: false
DoubleNegation:
@@ -20,6 +26,10 @@ LineLength:
Enabled: false
MethodLength:
Enabled: false
+ModuleLength:
+ Enabled: false
+PerceivedComplexity:
+ Enabled: false
PercentLiteralDelimiters:
Enabled: false
RegexpLiteral:
@@ -36,3 +46,7 @@ StringLiterals:
Enabled: false
TrailingComma:
EnforcedStyleForMultiline: comma
+UnusedMethodArgument:
+ Enabled: false
+UnusedBlockArgument:
+ Enabled: false