Skip to content

Commit

Permalink
disable more warnings
Browse files Browse the repository at this point in the history
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
  • Loading branch information
phanirithvij committed Jun 9, 2024
1 parent 81e2784 commit e5e9a04
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ linters:
disable:
- bodyclose
- contextcheck
- deadcode
- depguard
- durationcheck
- dupl
- dupword
- exhaustruct
- exhaustivestruct
- forbidigo
- gci
- gochecknoglobals
Expand All @@ -40,42 +38,34 @@ linters:
- gocritic
- gocyclo
- godox
- goerr113
- golint
- gomnd
- err113
- gosec
- gosimple
- govet
- interfacer
- ifshort
- inamedparam
- interfacebloat
- ireturn
- lll
- maintidx
- maligned
- mnd
- musttag
- nilerr
- noctx
- nolintlint
- nosnakecase
- paralleltest
- perfsprint
- revive
- rowserrcheck
- scopelint
- sqlclosecheck
- staticcheck
- structcheck
- stylecheck
- tagliatelle
- testpackage
- tparallel
- typecheck
- unparam
- unused
- varcheck
- varnamelen
- wastedassign
- wrapcheck
Expand Down

0 comments on commit e5e9a04

Please sign in to comment.