]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
wiki: use noreply email address
[chef.git] / .rubocop.yml
index 2219d6ec67ec53c4270a3eac6b94b8996b644936..9d9ce40b0ac2f6b99f34911552a1f00b999a63e4 100644 (file)
@@ -1,13 +1,19 @@
 inherit_from: .rubocop_todo.yml
 
-Style/AlignParameters:
+AllCops:
+  TargetRubyVersion: 2.3
+
+Layout/AlignParameters:
   Exclude:
     - '**/metadata.rb'
 
-Style/ExtraSpacing:
+Layout/ExtraSpacing:
   AllowForAlignment: true
 
-Style/FileName:
+Layout/IndentHeredoc:
+  EnforcedStyle: squiggly
+
+Naming/FileName:
   Exclude:
     - 'cookbooks/trac/files/default/trac-authenticate'
     - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
@@ -15,12 +21,14 @@ Style/FileName:
     - '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