]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Revert "Use a working IPv4 resolved for necrosan"
[chef.git] / .rubocop.yml
index 9d9ce40b0ac2f6b99f34911552a1f00b999a63e4..5823b51329c5539eb6ff6790245e971c41829046 100644 (file)
@@ -21,12 +21,18 @@ Naming/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