Skip to content

Commit f46baa1

Browse files
authored
Merge pull request #1106 from Evalle/ISSUE-1088
Add gocyclo to the golangci linters
2 parents c3ec13f + 725a7de commit f46baa1

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)