diff --git a/.trunk/configs/.prettierignore b/.trunk/configs/.prettierignore new file mode 100644 index 00000000..dd449725 --- /dev/null +++ b/.trunk/configs/.prettierignore @@ -0,0 +1 @@ +*.md diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index b1c4fd11..90e2bfd1 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -40,7 +40,7 @@ lint: runtimes: enabled: - - go@1.22.4 + - go@1.23.2 - node@20.10.0 - python@3.10.8 diff --git a/Makefile b/Makefile index b98aa9e4..8d334f06 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,6 @@ generate: userconfigs boilerplate imports manifests docs charts fmt ## Run all c .PHONY: fmt fmt: ## Format code. - go fmt ./... trunk fmt .PHONY: vet