We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204d5e8 commit 05101e8Copy full SHA for 05101e8
melos.yaml
@@ -32,6 +32,7 @@ scripts:
32
description: Analyze Dart code in packages.
33
run: dart analyze packages --fatal-infos
34
35
+ # TODO: Temporarily setting the exit-code-threshold to 10 until drift_sqlite_async dependencies are updated.
36
analyze:packages:pana:
37
description: Analyze Dart packages with Pana
38
exec: dart pub global run pana --no-warning --exit-code-threshold 10
0 commit comments