init - add project files
This commit is contained in:
32
vendor/github.com/caarlos0/env/v11/.golangci.yml
generated
vendored
Normal file
32
vendor/github.com/caarlos0/env/v11/.golangci.yml
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
linters-settings:
|
||||
gocritic:
|
||||
enabled-checks:
|
||||
- emptyStringTest
|
||||
- evalOrder
|
||||
- paramTypeCombine
|
||||
- preferStringWriter
|
||||
- sprintfQuotedString
|
||||
- stringConcatSimplify
|
||||
- yodaStyleExpr
|
||||
revive:
|
||||
rules:
|
||||
- name: line-length-limit
|
||||
arguments: [120]
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
- path: _test\.go
|
||||
linters:
|
||||
- revive
|
||||
text: "line-length-limit:"
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- thelper
|
||||
- gofumpt
|
||||
- gocritic
|
||||
- tparallel
|
||||
- unconvert
|
||||
- unparam
|
||||
- wastedassign
|
||||
- revive
|
||||
Reference in New Issue
Block a user