Add Dogsled to linting (#4025)

* add dogsled

* add back comments
This commit is contained in:
Marko 2019-09-30 23:31:51 -07:00 committed by GitHub
parent 05075ea5b7
commit 797a3f6c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,7 @@ linters:
disable:
- gocyclo
- golint
- maligned
- errcheck
- interfacer
- unparam
- lll
- gochecknoglobals
@ -16,9 +14,11 @@ linters:
- stylecheck
- funlen
- godox
- dogsled
- whitespace
# linters-settings:
linters-settings:
dogsled:
max-blank-identifiers: 3
# govet:
# check-shadowing: true
# golint: