Skip to content

Commit

Permalink
fix: trunk hanging on golangci-lint (#838)
Browse files Browse the repository at this point in the history
rriski authored Oct 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 472723e commit 2eb162b
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .trunk/configs/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.md
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ lint:

runtimes:
enabled:
- go@1.22.4
- go@1.23.2
- [email protected]
- [email protected]

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2eb162b

Please sign in to comment.