diff --git a/scripts/lint.sh b/scripts/lint.sh new file mode 100644 index 0000000..013efbc --- /dev/null +++ b/scripts/lint.sh @@ -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