We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1302111 + 5b149ea commit 2667ae6Copy full SHA for 2667ae6
melos.yaml
@@ -22,8 +22,10 @@ scripts:
22
description: Run all static analysis checks.
23
24
analyze:
25
+ # We are setting the concurrency to 1 because a higher concurrency can crash
26
+ # the analysis server on low performance machines (like GitHub Actions).
27
run: |
- melos exec -c 10 -- \
28
+ melos exec -c 1 -- \
29
flutter analyze --fatal-infos
30
description: Run `flutter analyze` for all packages.
31
0 commit comments