build: adds golangci config in repo

This commit is contained in:
Marvin Preuss 2022-05-17 13:09:36 +02:00
parent 33cae13af0
commit 984cf0b67e

9
.golangci.yaml Normal file
View File

@ -0,0 +1,9 @@
linters:
enable-all: true
disable:
- exhaustivestruct
- exhaustruct
- godox
- varnamelen
output:
sort-results: true