Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Dec 30, 2023
1 parent 9efc29d commit f2718e1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ linters:
enable-all: true
disable:
- asasalint
- bodyclose
- containedctx
- contextcheck
- cyclop
Expand All @@ -225,34 +226,41 @@ linters:
- funlen
- gci
- gochecknoglobals
- gochecknoinits
- gocognit
- goconst
- godot
- goerr113
- golint
- gomnd
- gomoddirectives
- gosec
- ifshort
- inamedparam
- interfacebloat
- interfacer
- inamedparam
- ireturn
- maintidx
- maligned
- nakedret
- nilerr
- nilnil
- nlreturn
- noctx
- nonamedreturns
- nosnakecase
- paralleltest
- promlinter
- protogetter
- revive
- scopelint
- structcheck
- sqlclosecheck
- structcheck
- tagalign
- tagliatelle
- testableexamples
- testpackage
- testifylint
- testpackage
- thelper
- varcheck
- varnamelen
Expand Down

0 comments on commit f2718e1

Please sign in to comment.