]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Only cleanup sysctl keys that are no longer set
[chef.git] / .rubocop.yml
index dfd51c01e2c089ba5a6a7130a5fff9528eaf3bd6..12d060a1b67140fe609ff94b8a4f77826916ad78 100644 (file)
@@ -3,9 +3,8 @@ inherit_from: .rubocop_todo.yml
 AllCops:
   TargetRubyVersion: 2.3
 
-Layout/AlignParameters:
-  Exclude:
-    - '**/metadata.rb'
+ChefModernize/IncludingAptDefaultRecipe:
+  Enabled: false
 
 Layout/ExtraSpacing:
   AllowForAlignment: true
@@ -19,9 +18,6 @@ Naming/UncommunicativeMethodParamName:
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
-Style/IfUnlessModifier:
-  Enabled: false
-
 Style/NumericPredicate:
   EnforcedStyle: predicate