mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 05:13:49 -07:00
Merge branch 'doctest-new-build' of https://github.com/phadej/shellcheck into phadej-doctest-new-build
This commit is contained in:
commit
21462b11b3
16 changed files with 1831 additions and 1688 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