]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
nominatim: update address level table on git changes
[chef.git] / .rubocop.yml
index 1f5c531bf4865c75bc4c21411ec25c1201afc16c..f5d3d4c19bf1ac03803fe9c3112f14a2e765dc87 100644 (file)
@@ -1,22 +1,42 @@
 inherit_from: .rubocop_todo.yml
 
-Style/AlignParameters:
+require: rubocop-performance
+
+AllCops:
+  TargetRubyVersion: 2.3
+
+Layout/AlignParameters:
   Exclude:
     - '**/metadata.rb'
 
-Style/FileName:
+Layout/ExtraSpacing:
+  AllowForAlignment: true
+
+Layout/IndentHeredoc:
+  EnforcedStyle: squiggly
+
+Naming/FileName:
   Exclude:
     - 'cookbooks/trac/files/default/trac-authenticate'
     - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
+    - 'cookbooks/*/templates/*/*.erb'
     - 'hooks/*'
     - 'roles/*.rb'
 
+Naming/UncommunicativeMethodParamName:
+  Enabled: false
+
+Style/FrozenStringLiteralComment:
+  EnforcedStyle: never
+
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
-Style/SingleSpaceBeforeFirstArg:
-  Exclude:
-    - '**/metadata.rb'
+Style/IfUnlessModifier:
+  Enabled: false
 
 Style/StringLiterals:
   EnforcedStyle: double_quotes
+
+Style/SymbolArray:
+  EnforcedStyle: brackets