fluffychat/scripts/code_analyze.sh

4 lines
91 B
Bash
Raw Normal View History

2020-12-08 15:46:47 +01:00
#!/bin/sh -ve
2020-11-21 11:36:13 +01:00
flutter format lib/ test/ test_driver/ --set-exit-if-changed
2020-12-08 15:46:47 +01:00
flutter analyze