We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1a02e commit c8db0ecCopy full SHA for c8db0ec
melos.yaml
@@ -32,10 +32,10 @@ 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.
+ # TODO: Temporarily setting the exit-code-threshold to 20 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
+ exec: dart pub global run pana --no-warning --exit-code-threshold 20
39
packageFilters:
40
noPrivate: true
41
0 commit comments