Prevent warning message from gocritic

This commit is contained in:
Hayley Swimelar 2019-11-25 13:02:24 -08:00
parent 6d66271624
commit 1def55cc06

View file

@ -198,8 +198,8 @@ linters-settings:
settings: # settings passed to gocritic
captLocal: # must be valid enabled check name
paramsOnly: true
rangeValCopy:
sizeThreshold: 32
# rangeValCopy:
# sizeThreshold: 32
godox:
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
# might be left in the code accidentally and should be resolved before merging