Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Br3nda committed Jan 3, 2024
1 parent 9af2d9c commit cb8af9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ linters:
- ginkgolinter
- gocheckcompilerdirectives
# - gochecknoglobals
# - gochecknoinits
- gochecknoinits
# - gochecksumtype
# - gocognit
# - goconst
- goconst
# - gocritic
# - gocyclo
- gocyclo
# - godot
- godox
# - goerr113
Expand All @@ -56,7 +56,7 @@ linters:
# - gomnd
# - gomoddirectives
# - gomodguard
# - goprintffuncname
- goprintffuncname
- gosec
- gosimple
# - gosmopolitan
Expand All @@ -76,7 +76,7 @@ linters:
# - maligned
# - mirror
- misspell
# - musttag
- musttag
# - nakedret
- nestif
- nilerr
Expand All @@ -89,7 +89,7 @@ linters:
# - nosprintfhostport
- paralleltest
- perfsprint
# - prealloc
- prealloc
- predeclared
# - promlinter
# - protogetter
Expand All @@ -100,8 +100,8 @@ linters:
# - sloglint
# - sqlclosecheck
- staticcheck
# - stylecheck
# - tagalign
- stylecheck
- tagalign
# - tagliatelle
- tenv
# - testableexamples
Expand Down

0 comments on commit cb8af9f

Please sign in to comment.