chore(lint): configure golang_ci

This commit is contained in:
Guz
2025-08-11 17:37:14 -03:00
parent a9949c8b5d
commit 67bf6cf61e

20
.golangci.yml Normal file
View File

@@ -0,0 +1,20 @@
run:
timeout: 5m
modules-download-mode: readonly
linters:
disable-all: true
enable:
- errcheck
- goimports
- gofumpt
- revive # golint
- gosimple
- govet
- ineffassign
- staticcheck
issues:
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 0