mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: riverpod lints from dcm (#30446)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
00e813ba84
commit
8450687db7
34 changed files with 118 additions and 41 deletions
|
|
@ -110,3 +110,9 @@ dart_code_metrics:
|
|||
- prefer-const-border-radius
|
||||
- prefer-declaring-const-constructor
|
||||
- prefer-switch-expression
|
||||
|
||||
# Riverpod
|
||||
- avoid-ref-watch-outside-build
|
||||
- prefer-immutable-provider-arguments
|
||||
- use-ref-and-state-synchronously
|
||||
- use-ref-read-synchronously
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue