We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cec22b commit 233a8acCopy full SHA for 233a8ac
Makefile
@@ -17,7 +17,7 @@ JSONNETFMT_ARGS=-n 2 --max-blank-lines 2 --string-style s --comment-style s
17
MDOX_VALIDATE_CONFIG?=.mdox.validate.yaml
18
MD_FILES_TO_FORMAT=$(shell find docs developer-workspace examples experimental jsonnet manifests -name "*.md") $(shell ls *.md)
19
20
-KUBESCAPE_THRESHOLD=9
+KUBESCAPE_THRESHOLD=1
21
22
all: generate fmt test docs
23
0 commit comments