]> git.openstreetmap.org Git - chef.git/blob - .rubocop.yml
Switch UCL machines to use the UCL ntp servers
[chef.git] / .rubocop.yml
1 inherit_from: .rubocop_todo.yml
2
3 Style/AlignParameters:
4   Exclude:
5     - '**/metadata.rb'
6
7 Style/ExtraSpacing:
8   AllowForAlignment: true
9
10 Style/FileName:
11   Exclude:
12     - 'cookbooks/trac/files/default/trac-authenticate'
13     - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
14     - 'cookbooks/*/templates/*/*.erb'
15     - 'hooks/*'
16     - 'roles/*.rb'
17
18 Style/HashSyntax:
19   EnforcedStyle: hash_rockets
20
21 Style/StringLiterals:
22   EnforcedStyle: double_quotes