]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blob - .rubocop.yml
Merge pull request #6 from jeroenj/patch-2
[github/fretlink/pronto-hlint.git] / .rubocop.yml
1 AllCops:
2 DisplayCopNames: true
3 DisplayStyleGuide: true
4
5 Documentation:
6 Enabled: false
7
8 Metrics/MethodLength:
9 Max: 20
10
11 Metrics/LineLength:
12 Max: 100
13
14 Metrics/AbcSize:
15 Max: 20
16
17 Metrics/ParameterLists:
18 Max: 10