1
0
Fork 0
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:
Koichi Shiraishi 2019-06-05 12:54:06 +09:00
parent 1cfdb9025b
commit b5bc921cdd
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B

View file

@ -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: