]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blame - .rubocop.yml
update gemspec (cosmetical changes)
[github/fretlink/pronto-hlint.git] / .rubocop.yml
CommitLineData
7c0daa97
MD
1AllCops:
2 DisplayCopNames: true
3 DisplayStyleGuide: true
4
ce89f9ed
MM
5Documentation:
6 Enabled: false
7
7c0daa97
MD
8Metrics/MethodLength:
9 Max: 20
10
11Metrics/LineLength:
12 Max: 100
ce89f9ed 13
7c0daa97
MD
14Metrics/AbcSize:
15 Max: 20
ce89f9ed 16
7c0daa97
MD
17Metrics/ParameterLists:
18 Max: 10