Skip to content

Commit 0379f91

Browse files
committed
chore: update golangci-lint configuration to enable additional linters
- Add govet, ineffassign, and unused linters to .golangci.yml for improved code quality checks
1 parent df98241 commit 0379f91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.golangci-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ issues:
2828
- text: "unsupported version: 2"
2929
linters:
3030
- typecheck
31+
- govet
32+
- ineffassign
33+
- unused
3134

3235
output:
3336
sort-results: true

0 commit comments

Comments
 (0)