mirror of
https://github.com/snapp-incubator/pakhshi.git
synced 2025-09-26 12:11:11 +08:00
chore: ignore lint issues for now
This commit is contained in:
12
.golangci.yml
Normal file
12
.golangci.yml
Normal 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
|
Reference in New Issue
Block a user