X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/07757c7769846d32a0bd74f343810bc4147869bc..915f41919a3eadbd602fc0b9c0cf01f3523cbe78:/.rubocop.yml?ds=sidebyside diff --git a/.rubocop.yml b/.rubocop.yml index 1f5c531bf..23c3f82fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,19 +4,19 @@ 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/SingleSpaceBeforeFirstArg: - Exclude: - - '**/metadata.rb' - Style/StringLiterals: EnforcedStyle: double_quotes