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 222c0f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,17 +225,19 @@ linters:
- funlen
- gci
- gochecknoglobals
- gochecknoinits
- gocognit
- goconst
- godot
- goerr113
- golint
- gomnd
- gomoddirectives
- gosec
- ifshort
- inamedparam
- interfacebloat
- interfacer
- inamedparam
- ireturn
- maintidx
- maligned
Expand All @@ -248,11 +250,12 @@ linters:
- protogetter
- revive
- scopelint
- structcheck
- sqlclosecheck
- structcheck
- tagalign
- testableexamples
- testpackage
- testifylint
- testpackage
- thelper
- varcheck
- varnamelen
Expand Down

0 comments on commit 222c0f1

Please sign in to comment.