From 5a8698d76c0b5a1864f2fb9fb8c793301a0ef77a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 9 Sep 2019 22:26:34 +0100 Subject: [PATCH 1/1] Remove some rubocop customisations that match cookstyle defaults --- .rubocop.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index dfd51c01e..5db1a3104 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 -- 2.43.2