fluffychat/scripts/code_analyze.sh
2020-12-08 14:46:47 +00:00

3 lines
91 B
Bash
Executable file

#!/bin/sh -ve
flutter format lib/ test/ test_driver/ --set-exit-if-changed
flutter analyze