moxxy_native/scripts/lint.sh

7 lines
199 B
Bash
Raw Normal View History

2023-09-10 11:48:26 +00:00
# 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