Skip to content

Commit

Permalink
Edit linter: only enable errcheck (#490)
Browse files Browse the repository at this point in the history
* Edit linter: only enable errcheck

* Test linter change

* Revert tests to original state for linter
  • Loading branch information
mattverse authored Sep 30, 2021
1 parent eb53af6 commit 0929265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''"

0 comments on commit 0929265

Please sign in to comment.