mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fixes for static analysis
This commit is contained in:
parent
e9608ec1fc
commit
ad97fb0f92
6 changed files with 26 additions and 9 deletions
|
|
@ -57,6 +57,10 @@ linter:
|
|||
|
||||
sort_child_properties_last: false
|
||||
|
||||
depend_on_referenced_packages: false
|
||||
|
||||
noop_primitive_operations: false
|
||||
|
||||
directives_ordering: false
|
||||
|
||||
# Blindly follow the Flutter code style, which prefers types everywhere
|
||||
|
|
@ -70,4 +74,4 @@ linter:
|
|||
|
||||
avoid_dynamic_calls: false
|
||||
|
||||
body_might_complete_normally_nullable: false
|
||||
avoid_classes_with_only_static_members: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue