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 settings: # settings passed to gocritic
captLocal: # must be valid enabled check name captLocal: # must be valid enabled check name
paramsOnly: true paramsOnly: true
rangeValCopy: # rangeValCopy:
sizeThreshold: 32 # sizeThreshold: 32
godox: godox:
# report any comments starting with keywords, this is useful for TODO or FIXME comments that # 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 # might be left in the code accidentally and should be resolved before merging