Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Aug 14, 2024
1 parent 3f39692 commit b9be1e0
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 @@ -5,13 +5,10 @@ linters:
- gomnd # Deprecated
- exhaustruct
# TODO re-enable these
- depguard
- err113
- forbidigo
- funlen
- godox
- gofumpt
- lll
- nlreturn
- paralleltest
- testifylint
Expand All @@ -22,3 +19,14 @@ linters-settings:
use-field-name: true
rules:
json: snake
lll:
line-length: 140
issues:
exclude-rules:
- path: example/
linters:
- depguard
- forbidigo
- path: _test\.go
linters:
- depguard

0 comments on commit b9be1e0

Please sign in to comment.