platform/.melos/analyze.yaml
2024-10-20 18:50:34 -07:00

10 lines
227 B
YAML

scripts:
_: &analyze_scripts
analyze:
run: dart analyze .
description: Run static analysis on all packages
format:
run: dart format .
description: Format all Dart files in the repository