mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 05:43:51 -07:00
Fix quicktest, add note to it and quickrun
This commit is contained in:
parent
9e7539c10b
commit
5516596b26
2 changed files with 25 additions and 19 deletions
7
quickrun
7
quickrun
|
@ -3,3 +3,10 @@
|
|||
# This allows testing changes without recompiling.
|
||||
|
||||
runghc -isrc -idist/build/autogen shellcheck.hs "$@"
|
||||
|
||||
# Note: with new-build you can
|
||||
#
|
||||
# % cabal new-run --disable-optimization -- shellcheck "$@"
|
||||
#
|
||||
# This does build the executable, but as the optimisation is disabled,
|
||||
# the build is quite fast.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue