fluffychat/scripts/code_analyze.sh
Christian Pauly 23f9be2fd5 feat: Use Firebase Cloud Messaging over UP
This switches to the FOSS implementation
of the google libraries so we have
no more Blobs there.
2022-07-09 10:49:39 +02:00

7 lines
267 B
Bash
Executable File

#!/bin/sh -ve
flutter pub get
flutter pub run import_sorter:main --no-comments --exit-if-changed
flutter format lib/ test/ --set-exit-if-changed
flutter pub get
flutter analyze
flutter pub run dart_code_metrics:metrics lib -r gitlab > code-quality-report.json || true