From c3e3c600696114065302a81d0be05b7d1a7f0a41 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 26 Mar 2024 05:33:07 -0400 Subject: [PATCH] Remove extraneous `Lint/UselessAccessModifier` config (#29749) --- .rubocop.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index d968346f6b..541da330c7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -41,12 +41,6 @@ Layout/FirstHashElementIndentation: Layout/LineLength: Max: 320 # Default of 120 causes a duplicate entry in generated todo file -# Reason: -# https://docs.rubocop.org/rubocop/cops_lint.html#lintuselessaccessmodifier -Lint/UselessAccessModifier: - ContextCreatingMethods: - - class_methods - ## Disable most Metrics/*Length cops # Reason: those are often triggered and force significant refactors when this happend # but the team feel they are not really improving the code quality.