Skip to content

Commit c8db0ec

Browse files
committed
Update pana threshold
1 parent 8b1a02e commit c8db0ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: melos.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ scripts:
3232
description: Analyze Dart code in packages.
3333
run: dart analyze packages --fatal-infos
3434

35-
# TODO: Temporarily setting the exit-code-threshold to 10 until drift_sqlite_async dependencies are updated.
35+
# TODO: Temporarily setting the exit-code-threshold to 20 until drift_sqlite_async dependencies are updated.
3636
analyze:packages:pana:
3737
description: Analyze Dart packages with Pana
38-
exec: dart pub global run pana --no-warning --exit-code-threshold 10
38+
exec: dart pub global run pana --no-warning --exit-code-threshold 20
3939
packageFilters:
4040
noPrivate: true
4141

0 commit comments

Comments
 (0)