add golangci-lint

This commit is contained in:
Egor Aristov 2025-03-01 09:16:30 +03:00
parent cb31a40edb
commit fa5dd0c26f

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