projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Imagery - fix mapserver map path
[chef.git]
/
.rubocop.yml
diff --git
a/.rubocop.yml
b/.rubocop.yml
index b6fd6fcc311875c55c8412b766d431fa719dd74a..23c3f82fc2644aadc8a36093d189c94859e0a541 100644
(file)
--- a/
.rubocop.yml
+++ b/
.rubocop.yml
@@
-4,6
+4,9
@@
Style/AlignParameters:
Exclude:
- '**/metadata.rb'
Exclude:
- '**/metadata.rb'
+Style/ExtraSpacing:
+ AllowForAlignment: true
+
Style/FileName:
Exclude:
- 'cookbooks/trac/files/default/trac-authenticate'
Style/FileName:
Exclude:
- 'cookbooks/trac/files/default/trac-authenticate'
@@
-15,9
+18,5
@@
Style/FileName:
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/HashSyntax:
EnforcedStyle: hash_rockets
-Style/SingleSpaceBeforeFirstArg:
- Exclude:
- - '**/metadata.rb'
-
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiterals:
EnforcedStyle: double_quotes