build: add lint configuration

This commit is contained in:
2025-12-04 17:26:02 +02:00
parent 9ac39a6472
commit d01944bfec

12
.golangci.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "2"
linters:
enable:
- staticcheck
- govet
- errcheck
- ineffassign
- unused
- gocritic
- intrange
- modernize