mirror of
https://github.com/laravel-ls/uri
synced 2026-07-04 08:23:43 +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
|
- style
|
||||||
- performance
|
- performance
|
||||||
- experimental
|
- experimental
|
||||||
|
- opinionated
|
||||||
settings:
|
settings:
|
||||||
captLocal:
|
hugeParam:
|
||||||
paramsOnly: true
|
sizeThreshold: 128
|
||||||
|
rangeExprCopy:
|
||||||
|
sizeThreshold: 512
|
||||||
rangeValCopy:
|
rangeValCopy:
|
||||||
sizeThreshold: 32
|
sizeThreshold: 128
|
||||||
maligned:
|
maligned:
|
||||||
suggest-new: true
|
suggest-new: true
|
||||||
misspell:
|
misspell:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue