fluffychat/scripts/code_analyze.sh
2020-12-23 09:16:27 +00:00

3 lines
78 B
Bash
Executable file

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