This commit is contained in:
d3m0k1d
2026-01-11 19:41:04 +03:00
parent 424f5db9af
commit 95ce6441d1
7 changed files with 58 additions and 19 deletions

21
.golangci.yml Normal file
View File

@@ -0,0 +1,21 @@
version: "2"
run:
timeout: 5m
tests: false
build-tags:
- integration
linters:
enable:
- errcheck
- errname
- govet
- staticcheck
- gosec
formatters:
enable:
- gofmt
- goimports