Skip to content

Commit

Permalink
*: remove deprecated linters (#726)
Browse files Browse the repository at this point in the history
Signed-off-by: disksing <i@disksing.com>
  • Loading branch information
disksing authored Mar 6, 2023
1 parent 3f7860f commit 31d55e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
go-version: 1.19

- name: Lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2

9 changes: 0 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,18 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- exportloopref
- gofmt
- goimports
- golint
- goprintffuncname
- gosimple
- govet
- ineffassign
- misspell
- noctx
- nolintlint
- rowserrcheck
- staticcheck
- structcheck
- typecheck
- unconvert
- unused
- varcheck

issues:
include:
- EXC0002 # disable excluding of issues about comments from golint

0 comments on commit 31d55e5

Please sign in to comment.