X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f4d9298947b4e2f3740236d9fe51aec7e63ce31e..b74f737a0446d214020f517ca4edaa54a0921cf4:/.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'