Browse Source

Add Dogsled to linting (#4025)

* add dogsled

* add back comments
v0.31.9-changelog
Marko 5 years ago
committed by GitHub
parent
commit
797a3f6c16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .golangci.yml

+ 4
- 4
.golangci.yml 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:


Loading…
Cancel
Save