Browse Source

Lint: treat info as non-fatal errors

Neeraj Gupta 2 years ago
parent
commit
f054293b9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/code_quality.yml

+ 1 - 1
.github/workflows/code_quality.yml

@@ -24,6 +24,6 @@ jobs:
         run: flutter pub get
 
       - name: Run Linter
-        run: flutter analyze
+        run: flutter analyze --no-fatal-infos
 #      - name: Run Test :sed:
 #        run: flutter test