mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 01:28:24 +00:00
chore: add dart dependency validator
This commit is contained in:
parent
7eb8ea347d
commit
c81e5ef0ed
1 changed files with 12 additions and 0 deletions
12
frontend/appflowy_flutter/dart_dependency_validator.yaml
Normal file
12
frontend/appflowy_flutter/dart_dependency_validator.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# dart_dependency_validator.yaml
|
||||
|
||||
allow_pins: true
|
||||
|
||||
include:
|
||||
- "lib/**"
|
||||
|
||||
exclude:
|
||||
- "packages/**"
|
||||
|
||||
ignore:
|
||||
- analyzer
|
||||
Loading…
Reference in a new issue