mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
13 lines
124 B
YAML
13 lines
124 B
YAML
|
# dart_dependency_validator.yaml
|
||
|
|
||
|
allow_pins: true
|
||
|
|
||
|
include:
|
||
|
- "lib/**"
|
||
|
|
||
|
exclude:
|
||
|
- "packages/**"
|
||
|
|
||
|
ignore:
|
||
|
- analyzer
|