]> git.openstreetmap.org Git - chef.git/blob - .rubocop.yml
There is no separate rubygems or irb for ruby 1.9 and later
[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'