mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 10:37:26 -07:00
Added a json interface
This commit is contained in:
parent
9ca7d57780
commit
7e3a20c14a
2 changed files with 20 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -1,10 +1,14 @@
|
|||
all: shellcheck .tests
|
||||
all: shellcheck jsoncheck .tests
|
||||
: Done
|
||||
|
||||
shellcheck: regardless
|
||||
: Conditionally compiling shellcheck
|
||||
ghc --make shellcheck
|
||||
|
||||
jsoncheck: regardless
|
||||
: Conditionally compiling shellcheck
|
||||
ghc --make jsoncheck
|
||||
|
||||
.tests: *.hs */*.hs
|
||||
: Running unit tests
|
||||
./test/runQuack && touch .tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue