aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
blob: ec287a1db03f2eb41dc4d8d0cd96db962057d894 (plain)
1
2
3
4
5
6
7
8
9
10

AllCops:
  NewCops: enable

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'


inherit_from: .rubocop_todo.yml