]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Remove chef server roles from ironbelly
[chef.git] / .rubocop.yml
index 07985407d1cf89d05b7de06242a8b9c020d7f26b..5823b51329c5539eb6ff6790245e971c41829046 100644 (file)
@@ -13,7 +13,7 @@ Layout/ExtraSpacing:
 Layout/IndentHeredoc:
   EnforcedStyle: squiggly
 
-Style/FileName:
+Naming/FileName:
   Exclude:
     - 'cookbooks/trac/files/default/trac-authenticate'
     - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
@@ -21,12 +21,18 @@ Style/FileName:
     - 'hooks/*'
     - 'roles/*.rb'
 
+Naming/UncommunicativeMethodParamName:
+  Enabled: false
+
 Style/FrozenStringLiteralComment:
   EnforcedStyle: never
 
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
+Style/IfUnlessModifier:
+  Enabled: false
+
 Style/StringLiterals:
   EnforcedStyle: double_quotes