mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Update golangci-lint configuration
This commit is contained in:
parent
5fd8205ab3
commit
97f7d577f4
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,10 @@ run:
|
|||
build-tags:
|
||||
- lint
|
||||
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
|
||||
skip-dirs:
|
||||
issues:
|
||||
exclude-dirs:
|
||||
- contrib/
|
||||
- misc/
|
||||
linters:
|
||||
disable:
|
||||
- gocyclo
|
||||
- gocyclo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue