add golangci-lint

This commit is contained in:
Egor Aristov 2025-03-01 09:16:30 +03:00
parent 52a56e7d7d
commit 55af162ec7
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F

18
.golangci.yml Normal file
View File

@ -0,0 +1,18 @@
linters:
fast: true
presets:
- bugs
- comment
- complexity
- error
- format
- import
- metalinter
- module
- performance
- sql
- style
- test
- unused
disable:
- wsl