Skip to content

Commit 845774f

Browse files
committed
ci: allow info-level analysis lints to pass
1 parent bcfc3dd commit 845774f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flutter_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
working-directory: frontend_app/ace_mobile
2929

3030
- name: Analyze project source
31-
run: flutter analyze
31+
run: flutter analyze --no-fatal-infos
3232
working-directory: frontend_app/ace_mobile
3333

3434
- name: Run tests

0 commit comments

Comments
 (0)