chore: stabilize build configuration and linting

This commit is contained in:
stevef 2026-04-04 07:57:43 +02:00
parent 62ef5ec6a3
commit fcd2be9dbe
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,3 @@
version: "2"
linters:
default: all
disable:

View file

@ -273,7 +273,7 @@ test: generate
## fmt: Format Go code
fmt:
@$(GOLANGCI_LINT) fmt
@$(GO) fmt ./...
## lint: Run linters
lint: