build: adds golangci config in repo
This commit is contained in:
parent
33cae13af0
commit
984cf0b67e
9
.golangci.yaml
Normal file
9
.golangci.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- exhaustivestruct
|
||||
- exhaustruct
|
||||
- godox
|
||||
- varnamelen
|
||||
output:
|
||||
sort-results: true
|
Loading…
Reference in New Issue
Block a user