X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f4d9298947b4e2f3740236d9fe51aec7e63ce31e..2f5c06d08c5a2fcc42d57896ba7151bee326f7ac:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 9d38fed38..f11a7d911 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,9 @@ +inherit_from: .rubocop_todo.yml + +Style/AlignParameters: + Exclude: + - '**/metadata.rb' + Style/SingleSpaceBeforeFirstArg: Exclude: - '**/metadata.rb'