From 7bda05e918b3820ed00109fb8d32582e849fe07f Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 24 Aug 2022 21:57:19 +0700 Subject: [PATCH] chore: update golangci-lint config --- .golangci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 6f791d2..09727ce 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,7 +9,6 @@ run: - ".*Mock.*" - ".*_mock.*" - ".*_generated.*" - go: "1.18" output: sort-results: true @@ -31,7 +30,6 @@ linters: - goerr113 - gofumpt - gosec - - ifshort - importas - makezero - nilnil @@ -66,9 +64,4 @@ linters-settings: - unreachable - unusedresult staticcheck: - go: "1.18" checks: ["all", "-SA1019"] - -issues: - new: true - fix: true