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