From cf836ad1e175ed3b3c110fdbe4bc6743e3252d7e Mon Sep 17 00:00:00 2001 From: Kevin Cooper Date: Thu, 2 Nov 2023 13:07:19 -0400 Subject: [PATCH] remove temp LastKeywordArgument rule to fix rubocop --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0786dc0875..010d1e2dcb 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -54,9 +54,6 @@ Layout/LineLength: Lint/RedundantCopDisableDirective: Enabled: false -Lint/LastKeywordArgument: - Enabled: true - Lint/UnusedMethodArgument: # Otherwise we have to remove named args from the method signature altogether which seems to reduce # clarity of the code.