From 5fc2b716bee0d2c677be786d0563cc3d03df8592 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 10 Sep 2023 13:48:26 +0200 Subject: [PATCH] feat(repo): Add a linting script --- scripts/lint.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/lint.sh 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