Skip to content

Commit

Permalink
update golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed May 6, 2024
1 parent 278f1a7 commit 3161db9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
with:
version: v1.56
args: --timeout=5m
version: v1.57
34 changes: 17 additions & 17 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ issues:

linters:
enable:
- asciicheck
- errorlint
- gofmt
- gosec
- goimports
- importas
- prealloc
- revive
- misspell
- stylecheck
- tparallel
- unconvert
- unparam
- whitespace
- asciicheck
- errorlint
- gofmt
- gosec
- goimports
- importas

Check failure on line 17 in .golangci.yaml

View workflow job for this annotation

GitHub Actions / Lint

[misspell] reported by reviewdog 🐶 "importas" is a misspelling of "imports" Raw Output: ./.golangci.yaml:17:6: "importas" is a misspelling of "imports"
- prealloc
- revive
- misspell
- stylecheck
- tparallel
- unconvert
- unparam
- whitespace

disable:
- errcheck
- depguard
- deadcode
- errcheck
- depguard
- deadcode

0 comments on commit 3161db9

Please sign in to comment.