X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a9217ac515784c7f203e76b8885acb85a3934979..1dc14a093d2057651fc68cf465419c970d46f8f4:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 23ca686a8..23c3f82fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,22 @@ inherit_from: .rubocop_todo.yml -Style/SingleSpaceBeforeFirstArg: +Style/AlignParameters: Exclude: - '**/metadata.rb' + +Style/ExtraSpacing: + AllowForAlignment: true + +Style/FileName: + Exclude: + - 'cookbooks/trac/files/default/trac-authenticate' + - 'cookbooks/planet/files/default/replication-bin/replicate-changesets' + - 'cookbooks/*/templates/*/*.erb' + - 'hooks/*' + - 'roles/*.rb' + +Style/HashSyntax: + EnforcedStyle: hash_rockets + +Style/StringLiterals: + EnforcedStyle: double_quotes