mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
More linting again
This commit is contained in:
parent
77bac9af36
commit
be36811cb3
20 changed files with 68 additions and 75 deletions
|
|
@ -35,6 +35,8 @@ linter:
|
|||
|
||||
unnecessary_string_interpolations: false
|
||||
|
||||
prefer_interpolation_to_compose_strings: false
|
||||
|
||||
no_logic_in_create_state: false
|
||||
|
||||
parameter_assignments: false
|
||||
|
|
@ -59,3 +61,5 @@ linter:
|
|||
|
||||
# Blindly follow the Flutter code style, which prefers types everywhere
|
||||
always_specify_types: false
|
||||
|
||||
avoid_unnecessary_containers: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue