From 2eb162b4ba4494773422ebc888d7d5088accb848 Mon Sep 17 00:00:00 2001 From: rriski Date: Wed, 30 Oct 2024 09:31:41 +0000 Subject: [PATCH] fix: trunk hanging on golangci-lint (#838) --- .trunk/configs/.prettierignore | 1 + .trunk/trunk.yaml | 2 +- Makefile | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .trunk/configs/.prettierignore 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