aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 48211dc..303f329 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,5 +1,12 @@
Layout/LineLength:
Max: 80
+Metrics/MethodLength:
+ CountAsOne:
+ - 'array'
+ - 'hash'
+ - 'heredoc'
+ Max: 20
+
AllCops:
NewCops: enable