Skip to content

Commit

Permalink
🔧 Update golangci-lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jul 23, 2024
1 parent b1f9e6b commit 9848a4f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,37 @@ linters:
- unused
# https://golangci-lint.run/usage/linters/#disabled-by-default
- gofmt
- asasalint
- asciicheck
- contextcheck
- dogsled
- durationcheck
- errchkjson
- errname
- errorlint
- exhaustive
- fatcontext
- forbidigo
- forcetypeassert
- gocheckcompilerdirectives
- importas
- inamedparam
- intrange
- ireturn
- lll
- loggercheck
- makezero
- mirror
- musttag
- nilnil
- predeclared
- reassign
- thelper
- unconvert
- usestdlibvars
- wastedassign
- whitespace
linters-settings:
lll:
line-length: 100
tab-width: 4

0 comments on commit 9848a4f

Please sign in to comment.