From 0929265a8e12581a28b057f6347cea537c59d5cf Mon Sep 17 00:00:00 2001 From: "Matt, Park" <45252226+mattverse@users.noreply.github.com> Date: Thu, 30 Sep 2021 22:36:30 +0900 Subject: [PATCH] Edit linter: only enable errcheck (#490) * Edit linter: only enable errcheck * Test linter change * Revert tests to original state for linter --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9a9132f2b0c..f82ec950ab2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,6 +23,6 @@ jobs: with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.34.1 - args: --timeout 10m + args: --timeout 10m --disable-all -E errcheck github-token: ${{ secrets.github_token }} if: "env.GIT_DIFF != ''" \ No newline at end of file