]> git.openstreetmap.org Git - chef.git/blob - .rubocop.yml
54dd4f715d12ea80b249066b3d2f0b1a39938034
[chef.git] / .rubocop.yml
1 inherit_from: .rubocop_todo.yml
2
3 Style/AlignParameters:
4   Exclude:
5     - '**/metadata.rb'
6
7 Style/HashSyntax:
8   EnforcedStyle: hash_rockets
9
10 Style/SingleSpaceBeforeFirstArg:
11   Exclude:
12     - '**/metadata.rb'
13
14 Style/StringLiterals:
15   EnforcedStyle: double_quotes