]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
increase fpm pool sizes on dulcy
[chef.git] / .rubocop.yml
index 1f5c531bf4865c75bc4c21411ec25c1201afc16c..07985407d1cf89d05b7de06242a8b9c020d7f26b 100644 (file)
@@ -1,22 +1,34 @@
 inherit_from: .rubocop_todo.yml
 
-Style/AlignParameters:
+AllCops:
+  TargetRubyVersion: 2.3
+
+Layout/AlignParameters:
   Exclude:
     - '**/metadata.rb'
 
+Layout/ExtraSpacing:
+  AllowForAlignment: true
+
+Layout/IndentHeredoc:
+  EnforcedStyle: squiggly
+
 Style/FileName:
   Exclude:
     - '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/SingleSpaceBeforeFirstArg:
-  Exclude:
-    - '**/metadata.rb'
-
 Style/StringLiterals:
   EnforcedStyle: double_quotes
+
+Style/SymbolArray:
+  EnforcedStyle: brackets