feat(repo): Add a linting script

This commit is contained in:
PapaTutuWawa 2023-09-10 13:48:26 +02:00
parent 62b6e16cbc
commit 5fc2b716be

6
scripts/lint.sh Normal file
View File

@ -0,0 +1,6 @@
# Format and lint the Dart code
dart format .
flutter analyze
# Format and lint the Kotlin code
ktlint --disabled_rules=standard:package-name --format android/src/main/kotlin/org/moxxy/moxxy_native