Skip to content

Commit 8e91ae7

Browse files
authored
Modify flutter analyze to ignore fatal warnings
Updated flutter analyze command to suppress fatal warnings.
1 parent e86356a commit 8e91ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

4242
# 5. Run static analysis (Optional but recommended)
4343
- name: Analyze code
44-
run: flutter analyze --no-fatal-infos
44+
run: flutter analyze --no-fatal-infos --no-fatal-warnings
4545

4646
# 6. Build Android APK
4747
- name: Build Android APK

0 commit comments

Comments
 (0)