Add no-fatal-infos to analyze step

pull/7/head
Oystein Kristoffer Tveit 2021-03-06 00:22:26 +01:00
parent df4d02dab2
commit 44ecad4f28
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
- run:
name: Analyze code
command: flutter analyze lib
command: flutter analyze --no-fatal-infos
test:
description: "Run all unittests"