Skip to content

Commit

Permalink
Merge pull request #48 from x448/x448-patch-4
Browse files Browse the repository at this point in the history
Remove 3 abandoned linters obsoleted by unused linter
  • Loading branch information
fxamacker committed May 5, 2024
2 parents 9c0fe7e + 36d376d commit f30d7b7
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 f30d7b7

Please sign in to comment.