diff --git a/scripts/code_analyze.sh b/scripts/code_analyze.sh index 54a76755..24a2fed4 100755 --- a/scripts/code_analyze.sh +++ b/scripts/code_analyze.sh @@ -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