Skip to content

Commit

Permalink
disable deprecated check (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Nov 3, 2023
1 parent 202f38e commit dfa7b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: --timeout=30m --disable=errcheck
args: --timeout=30m --disable=errcheck --exclude="SA1019"

0 comments on commit dfa7b5b

Please sign in to comment.