X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b74f737a0446d214020f517ca4edaa54a0921cf4..e86c65d10b64323f288a8eef9a70be267c62cc55:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index f11a7d911..b6fd6fcc3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,20 @@ Style/AlignParameters: Exclude: - '**/metadata.rb' +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/SingleSpaceBeforeFirstArg: Exclude: - '**/metadata.rb' + +Style/StringLiterals: + EnforcedStyle: double_quotes