mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 01:54:57 +02:00
lint/golangci-lint: update golangci-lint config
This commit is contained in:
parent
1cfdb9025b
commit
b5bc921cdd
1 changed files with 6 additions and 3 deletions
|
|
@ -31,11 +31,14 @@ linters-settings:
|
|||
- style
|
||||
- performance
|
||||
- experimental
|
||||
- opinionated
|
||||
settings:
|
||||
captLocal:
|
||||
paramsOnly: true
|
||||
hugeParam:
|
||||
sizeThreshold: 128
|
||||
rangeExprCopy:
|
||||
sizeThreshold: 512
|
||||
rangeValCopy:
|
||||
sizeThreshold: 32
|
||||
sizeThreshold: 128
|
||||
maligned:
|
||||
suggest-new: true
|
||||
misspell:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue