From 1774e2ad884c1f96219ae60cbc696f2474c5b087 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Mon, 7 Jun 2021 23:31:52 +0000 Subject: [PATCH] Maintenance: update list of linters --- .golangci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 5d89f435..949a0d7c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -36,12 +36,12 @@ linters: - gocritic - gocyclo - godot + - goerr113 - goheader - goimports - gomnd - goprintffuncname - gosec - - goerr113 - gosimple - govet - importas @@ -56,7 +56,6 @@ linters: - prealloc - predeclared - rowserrcheck - - exportloopref - sqlclosecheck - staticcheck - structcheck