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.