Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
Removed 3 abandoned linters obsoleted by unused.
  • Loading branch information
x448 committed Apr 30, 2024
1 parent db25b6a commit 36d376d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
linters:
disable-all: true
enable:
- deadcode
- dupl
- errcheck
- goconst
Expand All @@ -16,12 +15,10 @@ linters:
- nilerr
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck

issues:
# Excluding configuration per-path, per-linter, per-text and per-source
Expand Down

0 comments on commit 36d376d

Please sign in to comment.