]> git.openstreetmap.org Git - chef.git/blob - .rubocop.yml
Update cache peer lists
[chef.git] / .rubocop.yml
1 inherit_from: .rubocop_todo.yml
2
3 Style/AlignParameters:
4   Exclude:
5     - '**/metadata.rb'
6
7 Style/SingleSpaceBeforeFirstArg:
8   Exclude:
9     - '**/metadata.rb'