1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 11:31:46 +00:00

Complete automated testing

This commit is contained in:
Tw93
2025-10-12 15:43:45 +08:00
parent f9a93f6052
commit 3c56fe0633
13 changed files with 484 additions and 198 deletions

10
.shellcheckrc Normal file
View File

@@ -0,0 +1,10 @@
# Mole project shellcheck configuration
#
# Keep the lint strict by default. Add rules to disable only when we have a
# clear justification.
#
# Examples:
# disable=SC2034 # unused variables (if intentionally unused)
# disable=SC1091 # sourcing files not present in repo (optional)
# Currently no global disables are required.