chore: add configs for gorealeaser and liners

This commit is contained in:
d3m0k1d
2026-02-19 13:33:31 +03:00
parent b7be6647f8
commit 80fd7e9192
2 changed files with 89 additions and 0 deletions

View File

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