X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/07757c7769846d32a0bd74f343810bc4147869bc..c605827917355fa73e1bbcff26d8fb347951b9c3:/.rubocop.yml 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