fluffychat/scripts/code_analyze.sh

5 lines
135 B
Bash
Raw Normal View History

2020-12-08 15:46:47 +01:00
#!/bin/sh -ve
2021-10-14 17:26:20 +02:00
git apply ./scripts/enable-android-google-services.patch
2020-12-23 10:16:27 +01:00
flutter format lib/ test/ --set-exit-if-changed
2020-12-08 15:46:47 +01:00
flutter analyze