Do not use next instead of for-loops with return statement

This commit is contained in:
Alessio Bogon 2023-11-12 23:05:06 +01:00
parent 8f5d70808f
commit b5941c454d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
rule_settings:
disable:
- "assign-if-exp"
- "use-next"