From 3d034384807276b471be3efdda1a8c8c6a269f48 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 19 Aug 2021 16:05:58 +1000 Subject: [PATCH] Disable excessively pedantic linters --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 397e68d0..55450ffe 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,7 +22,7 @@ jobs: # working-directory: somedir # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 + args: -D errcheck,unused,structcheck,deadcode # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true -- 2.48.1