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