mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 11:31:46 +00:00
Complete automated testing
This commit is contained in:
10
.shellcheckrc
Normal file
10
.shellcheckrc
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user