chore: ignore lint issues for now

This commit is contained in:
Parham Alvani
2021-11-17 20:39:02 +03:30
parent dc98af5d6b
commit 0e96124905

12
.golangci.yml Normal file
View File

@@ -0,0 +1,12 @@
---
linters:
enable-all: true
disable:
# it should improve to support more known patterns
- varnamelen
- ireturn
# deprecated linters
- maligned
- scopelint
- golint
- interfacer