From 6915cec121df1ac0d1ac1ad0c20f3f753f803438 Mon Sep 17 00:00:00 2001 From: Federico Kunze Date: Thu, 30 Apr 2020 17:10:53 -0400 Subject: [PATCH] address comments from review --- golangci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/golangci.yml b/golangci.yml index 307611ef..371e83fa 100644 --- a/golangci.yml +++ b/golangci.yml @@ -43,17 +43,6 @@ issues: - text: "comment on exported var" linters: - golint - - text: "don't use an underscore in package name" - linters: - - golint - - text: "ST1003:" - linters: - - stylecheck - # FIXME: Disabled until golangci-lint updates stylecheck with this fix: - # https://github.com/dominikh/go-tools/issues/389 - - text: "ST1016:" - linters: - - stylecheck linters-settings: dogsled: