projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Imagery - handle mapserver projection
[chef.git]
/
.rubocop.yml
diff --git
a/.rubocop.yml
b/.rubocop.yml
index f9eb7394239a2bdf5e00a9347398ce61e5a1de00..23c3f82fc2644aadc8a36093d189c94859e0a541 100644
(file)
--- a/
.rubocop.yml
+++ b/
.rubocop.yml
@@
-4,9
+4,19
@@
Style/AlignParameters:
Exclude:
- '**/metadata.rb'
Exclude:
- '**/metadata.rb'
-Style/SingleSpaceBeforeFirstArg:
+Style/ExtraSpacing:
+ AllowForAlignment: true
+
+Style/FileName:
Exclude:
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
Style/StringLiterals:
EnforcedStyle: double_quotes