Skip to content

Commit

Permalink
Ameba: Disable Style/RedundantNext rule (#4888)
Browse files Browse the repository at this point in the history
No related issue
  • Loading branch information
SamantazFox committed Oct 8, 2024
2 parents 97895a4 + f1baeef commit 82d797b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Style/RedundantBegin:
Style/RedundantReturn:
Enabled: false

Style/RedundantNext:
Enabled: false

Style/ParenthesesAroundCondition:
Enabled: false

Expand Down

0 comments on commit 82d797b

Please sign in to comment.