Skip to content

Commit

Permalink
fix: remove inadtivated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mojixcoder committed Aug 28, 2024
1 parent c8c13a2 commit 299f112
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 @@ -28,7 +28,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
Expand All @@ -52,14 +51,12 @@ linters:
- predeclared
- revive
- staticcheck
- structcheck
- stylecheck
- thelper
- tparallel
- typecheck
- unconvert
- unparam
- varcheck
- whitespace
- wsl

Expand Down

0 comments on commit 299f112

Please sign in to comment.