feat: add golangci-lint file

This commit is contained in:
Jose Diaz-Gonzalez
2024-01-17 02:26:05 -05:00
committed by GitHub
parent 555bcbaf1f
commit 3a47e5f54d

24
.golangci-lint.yml Normal file
View File

@@ -0,0 +1,24 @@
---
run:
timeout: 5m
linters:
disable-all: true
enable:
- errcheck
- goconst
- gocyclo
- gofumpt
- gosec
- gosimple
- govet
- ineffassign
- misspell
- revive
- staticcheck
- typecheck
- unconvert
- unparam
- unused
- whitespace