]> git.openstreetmap.org Git - chef.git/commitdiff
Remove some rubocop customisations that match cookstyle defaults
authorTom Hughes <tom@compton.nu>
Mon, 9 Sep 2019 21:26:34 +0000 (22:26 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 9 Sep 2019 21:26:34 +0000 (22:26 +0100)
.rubocop.yml

index dfd51c01e2c089ba5a6a7130a5fff9528eaf3bd6..5db1a31045524667dabbea1a6aaf55863ffa3ed4 100644 (file)
@@ -3,10 +3,6 @@ inherit_from: .rubocop_todo.yml
 AllCops:
   TargetRubyVersion: 2.3
 
-Layout/AlignParameters:
-  Exclude:
-    - '**/metadata.rb'
-
 Layout/ExtraSpacing:
   AllowForAlignment: true
 
@@ -19,9 +15,6 @@ Naming/UncommunicativeMethodParamName:
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
-Style/IfUnlessModifier:
-  Enabled: false
-
 Style/NumericPredicate:
   EnforcedStyle: predicate