Skip to content

Commit

Permalink
Remove linters that will be deprecated (soon)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdalmo committed Jan 18, 2022
1 parent b97c6f6 commit 938749f
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 @@ -7,7 +7,6 @@ linters:
enable:
- bidichk
- contextcheck
- deadcode
- errcheck
- errorlint
- exhaustive
Expand All @@ -22,14 +21,12 @@ linters:
- ineffassign
- misspell
- staticcheck
- structcheck
- stylecheck
- tenv
- testpackage
- thelper
- typecheck
- unused
- varcheck
- wastedassign

linters-settings:
Expand Down

0 comments on commit 938749f

Please sign in to comment.