Procházet zdrojové kódy

Lint: treat info as non-fatal errors

Neeraj Gupta před 2 roky
rodič
revize
f054293b9d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/workflows/code_quality.yml

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

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