From ba7ad96215cb2df7d5369cf0270056d0b3866de2 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Mon, 25 Oct 2021 12:06:55 -0400 Subject: [PATCH] Lint: remove redundant config `Enabled: true` cops are redundant after `NewCops: enable` --- .rubocop.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 13419b5e..68a54611 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -56,20 +56,11 @@ Layout/MultilineOperationIndentation: Layout/ParameterAlignment: EnforcedStyle: with_fixed_indentation -Layout/SpaceAroundMethodCallOperator: - Enabled: true - # Use exactly one space on each side of an operator. Do not align operators # because it makes the code harder to edit, and makes lines unnecessarily long. Layout/SpaceAroundOperators: AllowForAlignment: false -Lint/RaiseException: - Enabled: true - -Lint/StructNewOverride: - Enabled: true - # Migrations often contain long up/down methods, and extracting smaller methods # from these is of questionable value. Metrics/AbcSize: