X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..5060176df83701571e499e4770fe9d5035dea11f:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index f9eb73942..23c3f82fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,9 +4,19 @@ Style/AlignParameters: Exclude: - '**/metadata.rb' -Style/SingleSpaceBeforeFirstArg: +Style/ExtraSpacing: + AllowForAlignment: true + +Style/FileName: Exclude: - - '**/metadata.rb' + - '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