diff --git a/Makefile b/Makefile index 2304a633e..379599d92 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ fix-lint: $(GOLANGCI_LINT) #EXHELP Fix lint issues .PHONY: fmt fmt: $(YAMLFMT) #EXHELP Formats code go fmt ./... - $(YAMLFMT) testdata + $(YAMLFMT) -gitignore_excludes testdata .PHONY: update-tls-profiles update-tls-profiles: $(GOJQ) #EXHELP Update TLS profiles from the Mozilla wiki