feat(repo): Add a linting script
This commit is contained in:
parent
62b6e16cbc
commit
5fc2b716be
6
scripts/lint.sh
Normal file
6
scripts/lint.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user