platform/.melos/analyze.yaml

11 lines
227 B
YAML
Raw Normal View History

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