Skip to content

Commit

Permalink
Enable Lint/AmbiguousOperator cop
Browse files Browse the repository at this point in the history
Parity with ActiveAdmin to prevent introduction of new warnings

Ref: activeadmin/activeadmin#8594
  • Loading branch information
tagliala committed Jan 4, 2025
1 parent bce170c commit b4eb37f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Layout/TrailingWhitespace:
Layout/TrailingEmptyLines:
Enabled: true

Lint/AmbiguousOperator:
Enabled: true

Minitest:
Enabled: true

Expand Down

0 comments on commit b4eb37f

Please sign in to comment.