summaryrefslogtreecommitdiff
path: root/new/.rubocop.yml
blob: 99754929552f503dc72625287ec26e72357eacbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AllCops:
  NewCops: enable

Metrics/MethodLength:
  Max: 30

Metrics/ParameterLists:
  Enabled: false

Naming/HeredocDelimiterNaming:
  Enabled: false

Style/Documentation:
  Enabled: false