diff --git a/assets/.golangci.yml b/assets/.golangci.yml index fd32255..80e4b79 100644 --- a/assets/.golangci.yml +++ b/assets/.golangci.yml @@ -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