feat(repo): Add a linting script
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user