mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
88cc0caab7
* chore: add dart dependency validator * feat: integrate sentry flutter * chore: remove user info collection * fix: flutter analyze * fix: ios compile * chore: add log
13 lines
124 B
YAML
13 lines
124 B
YAML
# dart_dependency_validator.yaml
|
|
|
|
allow_pins: true
|
|
|
|
include:
|
|
- "lib/**"
|
|
|
|
exclude:
|
|
- "packages/**"
|
|
|
|
ignore:
|
|
- analyzer
|