We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312a98a commit 7235101Copy full SHA for 7235101
.github/workflows/dart.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Consider passing '--fatal-infos' for slightly stricter analysis.
39
- name: Analyze project source
40
- run: flutter analyze
+ run: flutter analyze --no-fatal-infos --no-fatal-warnings
41
42
# Your project will need to have tests in test/ and a dependency on
43
# package:test for this step to succeed. Note that Flutter projects will
0 commit comments