Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Add gocyclo linter (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jul 19, 2021
1 parent ab58a02 commit 55832cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ linters-settings:
- name: unused-parameter
- name: var-declaration
- name: var-naming
gocyclo:
min-complexity: 15

linters:
enable:
- asciicheck
- deadcode
- errcheck
- gocyclo
- errorlint
- gofmt
- gofumpt
Expand Down

0 comments on commit 55832cb

Please sign in to comment.