chore: Add cobra to deps, and linter to proj

This commit is contained in:
2026-06-11 21:10:51 +03:00
parent 835acd2b92
commit be42840c64
4 changed files with 61 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
version: "2"
run:
timeout: 5m
tests: false
build-tags:
- integration
linters:
enable:
- errcheck
- errname
- govet
- staticcheck
- gosec
- nilerr
formatters:
enable:
- gofmt
- goimports
- golines