]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blob - .rubocop.yml
33ec24887a5a3a6f97f2fa3e68ad89c4346f96cc
[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