Skip to content

Commit

Permalink
remove temp LastKeywordArgument rule to fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Nov 2, 2023
1 parent d754315 commit cf836ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cf836ad

Please sign in to comment.