Compare commits

...

2 Commits

Author SHA1 Message Date
syeopite
ba6dd4764a
Merge f1baeef4bc into a021b93063 2024-09-24 02:51:22 +02:00
syeopite
f1baeef4bc
Ameba: Disable Style/RedundantNext rule 2024-08-28 23:49:10 -07:00

View File

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