Skip to content

Commit 97f7d57

Browse files
committed
Update golangci-lint configuration
1 parent 5fd8205 commit 97f7d57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.golangci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ run:
22
build-tags:
33
- lint
44
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
5-
skip-dirs:
5+
issues:
6+
exclude-dirs:
67
- contrib/
78
- misc/
89
linters:
910
disable:
10-
- gocyclo
11+
- gocyclo

0 commit comments

Comments
 (0)