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:
@ -28,6 +28,9 @@ linter:
|
||||
|
||||
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_string_interpolations: false
|
||||
|
Reference in New Issue
Block a user