Skip to content

Commit 725a7de

Browse files
committed
Add gocyclo to the golangci linters
1 parent c3ec13f commit 725a7de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ linters:
1111
- deadcode
1212
- errcheck
1313
- goconst
14+
- gocyclo
1415
- gofmt
1516
- goimports
1617
- golint

0 commit comments

Comments
 (0)