Skip to content

Commit

Permalink
Tidy: Don't inline IFs
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Feb 4, 2025
1 parent 5124d17 commit 5594129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ def lint(ctx):
"NormalizeAssignments:equal_sign_type=space_and_equal_sign",
"--configure",
"NormalizeAssignments:equal_sign_type_variables=space_and_equal_sign",
"--configure",
"InlineIf:enabled=False",
"test",
]
)
Expand Down

0 comments on commit 5594129

Please sign in to comment.