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: