Skip to content

Commit

Permalink
chore: clean up no longer support linters for golang-lint (#18165)
Browse files Browse the repository at this point in the history
Clean up no longer support linters for golang-lint

Signed-off-by: Fish-pro <[email protected]>
  • Loading branch information
Fish-pro authored Feb 10, 2023
1 parent a4c95fa commit 2f04d4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ linters:
- revive
- whitespace
- bodyclose
# - deadcode //deprecated since golangci-lint v1.49.0
- errcheck
# - gosec
- gosimple
Expand All @@ -43,12 +42,10 @@ linters:
# - noctx
# - rowserrcheck
- staticcheck
# - structcheck //deprecated since golangci-lint v1.49.0
- stylecheck
# - unconvert
# - unparam
# - unused // disabled due to too many false positive check and limited support golang 1.19 https://github.com/dominikh/go-tools/issues/1282
# - varcheck //deprecated since golangci-lint v1.49.0

run:
skip-files:
Expand Down

0 comments on commit 2f04d4f

Please sign in to comment.