1
0
Fork 0

Adding upstream version 1.0.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 14:17:55 +02:00
parent bc73131a12
commit 582ebf4048
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 1083 additions and 0 deletions

27
.golangci.yaml Normal file
View file

@ -0,0 +1,27 @@
linters:
enable-all: false
disable-all: true
fast: false
enable:
- bidichk
- dupl
- errcheck
- forbidigo
- gocritic
- gofmt
- gofumpt
- gosimple
- govet
- ineffassign
- nakedret
- nolintlint
- revive
- staticcheck
- stylecheck
- tenv
- testifylint
- typecheck
- unconvert
- unused
- unparam
- wastedassign