1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-02 01:05:28 +05:30

Ameba: Disable Style/RedundantNext rule

This commit is contained in:
syeopite 2024-08-28 23:49:10 -07:00
parent c5fdd9ea65
commit f1baeef4bc
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

@ -38,6 +38,9 @@ Style/RedundantBegin:
Style/RedundantReturn:
Enabled: false
Style/RedundantNext:
Enabled: false
Style/ParenthesesAroundCondition:
Enabled: false