1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

Automatic formatting

This commit is contained in:
Tw93
2025-10-12 21:43:37 +08:00
parent cf821cdc4b
commit 62537d8d44
8 changed files with 15 additions and 46 deletions

View File

@@ -1,10 +1,7 @@
# 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.
disable=SC2155
disable=SC2034
disable=SC2154
disable=SC2001