]> git.openstreetmap.org Git - chef.git/blob - .rubocop.yml
Move readonly load to katla
[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     - 'cookbooks/*/templates/*/*.erb'
12     - 'hooks/*'
13     - 'roles/*.rb'
14
15 Style/HashSyntax:
16   EnforcedStyle: hash_rockets
17
18 Style/SingleSpaceBeforeFirstArg:
19   Exclude:
20     - '**/metadata.rb'
21
22 Style/StringLiterals:
23   EnforcedStyle: double_quotes