mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Fix #382: make go-critic example config valid
This commit is contained in:
parent
186fe37bf8
commit
b3bad285d0
2 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ linters-settings:
|
|||
|
||||
settings: # settings passed to gocritic
|
||||
captLocal: # must be valid enabled check name
|
||||
checkLocals: true
|
||||
paramsOnly: true
|
||||
rangeValCopy:
|
||||
sizeThreshold: 32
|
||||
|
||||
|
|
|
@ -688,7 +688,7 @@ linters-settings:
|
|||
|
||||
settings: # settings passed to gocritic
|
||||
captLocal: # must be valid enabled check name
|
||||
checkLocals: true
|
||||
paramsOnly: true
|
||||
rangeValCopy:
|
||||
sizeThreshold: 32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue