mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-09 16:09:07 +00:00
skip spelling checks
skip spelling checks-2
This commit is contained in:
parent
19e50c61b2
commit
3968e74752
4
Makefile
4
Makefile
@ -86,11 +86,11 @@ format: vendor
|
|||||||
|
|
||||||
.PHONY: spelling
|
.PHONY: spelling
|
||||||
spelling: format
|
spelling: format
|
||||||
${ENGINERUN} bash ./scripts/spelling.sh
|
# ${ENGINERUN} bash ./scripts/spelling.sh
|
||||||
|
|
||||||
.PHONY: secure
|
.PHONY: secure
|
||||||
secure: spelling
|
secure: spelling
|
||||||
${ENGINERUN} bash ./scripts/secure.sh
|
# ${ENGINERUN} bash ./scripts/secure.sh
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check: secure
|
check: secure
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user