Add lint-fix target for simple style fixes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cb081f6d96
commit
7f10fe9ae4
4
Makefile
4
Makefile
|
@ -273,6 +273,10 @@ lint: export TARGET := lein
|
||||||
lint: ##@test Run code style checks
|
lint: ##@test Run code style checks
|
||||||
lein cljfmt check
|
lein cljfmt check
|
||||||
|
|
||||||
|
lint-fix: export TARGET := lein
|
||||||
|
lint-fix: ##@test Run code style checks and fix issues
|
||||||
|
lein cljfmt fix
|
||||||
|
|
||||||
test: export TARGET := lein
|
test: export TARGET := lein
|
||||||
test: ##@test Run tests once in NodeJS
|
test: ##@test Run tests once in NodeJS
|
||||||
lein with-profile test doo node test once
|
lein with-profile test doo node test once
|
||||||
|
|
Loading…
Reference in New Issue