Files
CleanMM/.shellcheckrc

8 lines
102 B
Plaintext
Raw Normal View History

2025-10-12 15:43:45 +08:00
# Mole project shellcheck configuration
2025-10-12 21:43:37 +08:00
disable=SC2155
disable=SC2034
disable=SC2154
disable=SC2001