From: Matt Joiner Date: Thu, 19 Aug 2021 06:05:58 +0000 (+1000) Subject: Disable excessively pedantic linters X-Git-Tag: v1.30.3~3 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3d034384807276b471be3efdda1a8c8c6a269f48;p=btrtrc.git Disable excessively pedantic linters --- 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