diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 7 |
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 |