]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Tune bonding on odin
[chef.git] / .rubocop.yml
index 54dd4f715d12ea80b249066b3d2f0b1a39938034..07985407d1cf89d05b7de06242a8b9c020d7f26b 100644 (file)
@@ -1,15 +1,34 @@
 inherit_from: .rubocop_todo.yml
 
 inherit_from: .rubocop_todo.yml
 
-Style/AlignParameters:
+AllCops:
+  TargetRubyVersion: 2.3
+
+Layout/AlignParameters:
   Exclude:
     - '**/metadata.rb'
 
   Exclude:
     - '**/metadata.rb'
 
-Style/HashSyntax:
-  EnforcedStyle: hash_rockets
+Layout/ExtraSpacing:
+  AllowForAlignment: true
 
 
-Style/SingleSpaceBeforeFirstArg:
+Layout/IndentHeredoc:
+  EnforcedStyle: squiggly
+
+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/FrozenStringLiteralComment:
+  EnforcedStyle: never
+
+Style/HashSyntax:
+  EnforcedStyle: hash_rockets
 
 Style/StringLiterals:
   EnforcedStyle: double_quotes
 
 Style/StringLiterals:
   EnforcedStyle: double_quotes
+
+Style/SymbolArray:
+  EnforcedStyle: brackets