From 797a3f6c16c5c2380e7e44b2079be1dbdd68d359 Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 30 Sep 2019 23:31:51 -0700 Subject: [PATCH] Add Dogsled to linting (#4025) * add dogsled * add back comments --- .golangci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index b2e95809..07c29f1b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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: