加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
melos.yaml 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
zacksleo 提交于 2024-12-03 16:47 . init commit
name: flutter-ohos-demo
packages:
- packages/**
scripts:
analyze:
exec: dart analyze .
dependency_validator:
exec: flutter pub run dependency_validator
dart_code_linter:
run: |
melos exec -c 1 --ignore="*example*" -- \
flutter pub run dart_code_linter:metrics analyze lib
description: |
Run `dart_code_linter` in all packages.
- Note: you can also rely on your IDEs Dart Analysis / Issues window.
cp-lint-options:
run: |
melos exec -c 1 --ignore="*example*" -- \
cp $(PWD)/analysis_options.yaml analysis_options.yaml
sdkPath: .fvm/flutter_sdk
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化