1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 19:09:43 +00:00
Files
Mole/.shellcheckrc
2025-12-02 17:02:14 +08:00

8 lines
226 B
Plaintext

# Mole project shellcheck configuration
disable=SC2155 # Declare and assign separately
disable=SC2034 # Unused variables
disable=SC2059 # Don't use variables in printf format
disable=SC1091 # Not following sourced files