2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 11:45:31 +00:00

Allow breaks (for now)

This commit is contained in:
Asterix\Oliver
2025-06-14 19:42:31 +10:00
parent 1a7f457a90
commit 4849287531

View File

@ -28,6 +28,9 @@ linter:
avoid_redundant_argument_values: false avoid_redundant_argument_values: false
# TODO: Enable this rule once the code is cleaned up a bit more
unnecessary_breaks: false
unnecessary_brace_in_string_interps: false unnecessary_brace_in_string_interps: false
unnecessary_string_interpolations: false unnecessary_string_interpolations: false