Skip to content

Commit 3f10c33

Browse files
committed
update linters in CLAUDE.md
1 parent 23bdaad commit 3f10c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ Supporting packages:
6969
- **Context-based** — all blocking operations take `context.Context`.
7070
- **Tracer interfaces** — observability via `QueryTracer`, `BatchTracer`, `CopyFromTracer`, `PrepareTracer` on `ConnConfig.Tracer`.
7171
- **Formatting** — always run `goimports -w .` after making changes to ensure code is properly formatted. CI checks formatting via `gofmt -l -s -w . && git diff --exit-code`. `gofumpt` with extra rules is also enforced via `golangci-lint`.
72-
- **Linters**`govet` and `ineffassign` only (configured in `.golangci.yml`).
72+
- **Linters**`govet`, `ineffassign`, and `unconvert` only (configured in `.golangci.yml`).
7373
- **CI matrix** — tests run against Go 1.25/1.26 × PostgreSQL 14-18 + CockroachDB, on Linux and Windows. Race detector enabled on Linux only.

0 commit comments

Comments
 (0)