Add goconst to enabled linters (#4591)

This commit is contained in:
Alessio Treglia 2019-06-19 18:44:08 +02:00 committed by GitHub
parent c530c1cbb7
commit e12876c0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ linters:
- unconvert
- misspell
- govet
- goconst
linters-settings:
gocyclo:
min-complexity: 11