mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 19:09:43 +00:00
8 lines
226 B
Plaintext
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
|
|
|