Skip to content

Commit

Permalink
Disable failing linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Nov 14, 2023
1 parent 67f13db commit 044a002
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,35 +239,35 @@ linters-settings:
linters:
enable:
- gofmt
- govet
- errcheck
- staticcheck
- unused
- gosimple
- structcheck
# - govet
# - errcheck
# - staticcheck
# - unused
# - gosimple
# - structcheck
- varcheck
- ineffassign
- deadcode
# - deadcode
- typecheck
# Additional
- lll
# - lll
- godox
#- gomnd
#- goconst
# - gocognit
# - maligned
# - nestif
# - gomodguard
- nakedret
# - nakedret
- gci
- misspell
- gofumpt
- whitespace
- unconvert
# - unconvert
- predeclared
- noctx
- dogsled
- bodyclose
# - bodyclose
- asciicheck
#- stylecheck
# - unparam
Expand Down

0 comments on commit 044a002

Please sign in to comment.