Skip to content

Commit

Permalink
Remove non-functioning linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf committed May 8, 2024
1 parent 8ae61ef commit b2a9945
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .golangci-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ linters:
disable-all: true
enable:
- staticcheck
- structcheck
- typecheck
- varcheck
- deadcode
- gosimple
- unused

Expand Down Expand Up @@ -48,9 +45,6 @@ issues:
- path: _test\.go
linters:
- staticcheck
- structcheck
- typecheck
- varcheck
- deadcode
- gosimple
- unused

0 comments on commit b2a9945

Please sign in to comment.