Skip to content

Commit 7235101

Browse files
committed
ensure that warnings and infos don't cause the analysis to fail
1 parent 312a98a commit 7235101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Consider passing '--fatal-infos' for slightly stricter analysis.
3939
- name: Analyze project source
40-
run: flutter analyze
40+
run: flutter analyze --no-fatal-infos --no-fatal-warnings
4141

4242
# Your project will need to have tests in test/ and a dependency on
4343
# package:test for this step to succeed. Note that Flutter projects will

0 commit comments

Comments
 (0)