aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
blob: 303f3298b00975b9e172bbf54b75ace5b8ea7cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Layout/LineLength:
  Max: 80

Metrics/MethodLength:
  CountAsOne:
    - 'array'
    - 'hash'
    - 'heredoc'
  Max: 20

AllCops:
  NewCops: enable