Update scripts/code_analyze.sh

This commit is contained in:
Christian Pauly 2020-12-23 09:16:27 +00:00
parent 708b3273e2
commit 0013bdb9db

View file

@ -1,3 +1,3 @@
#!/bin/sh -ve
flutter format lib/ test/ test_driver/ --set-exit-if-changed
flutter format lib/ test/ --set-exit-if-changed
flutter analyze