Skip to content

Commit

Permalink
Remove deprecated and deactivated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilm committed Jun 26, 2024
1 parent edfea49 commit 660e022
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ linters:
- ireturn
- maintidx
- nilnil
- maligned
- lll
- gochecknoglobals
- wsl
Expand All @@ -37,20 +36,15 @@ linters:
- paralleltest
- nlreturn
- goerr113
- ifshort
- testpackage
- wrapcheck
- exhaustivestruct
- forbidigo
- gci
- godot
- gofumpt
- cyclop
- errorlint
- nestif
- golint
- scopelint
- interfacer
- tagliatelle
- thelper
- godox
Expand Down Expand Up @@ -79,4 +73,3 @@ issues:
- 'bad syntax for struct tag key'
- 'bad syntax for struct tag pair'
- 'result .* \(error\) is always nil'

0 comments on commit 660e022

Please sign in to comment.