mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 20:19:45 +00:00
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
# 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.
|