From 69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 30 Sep 2024 10:32:33 -0400 Subject: fix(lint): Fix or ignore lint errors (#2228) Signed-off-by: Dave Henderson --- docs/content/functions/conv.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/content/functions/conv.md b/docs/content/functions/conv.md index ae3370eb..21941477 100644 --- a/docs/content/functions/conv.md +++ b/docs/content/functions/conv.md @@ -452,8 +452,7 @@ $ gomplate -i '{{ conv.ToBools false "blah" 0 }}' Converts the input to an `int64` (64-bit signed integer). This function attempts to convert most types of input (strings, numbers, -and booleans), but behaviour when the input can not be converted is -undefined and subject to change. +and booleans). Unconvertable inputs will result in errors. @@ -592,8 +591,7 @@ gomplate -i '{{ conv.ToInts true 0x42 "123,456.99" "1.2345e+3"}}' Converts the input to a `float64`. This function attempts to convert most types of input (strings, numbers, -and booleans), but behaviour when the input can not be converted is -undefined and subject to change. +and booleans). Unconvertable inputs will result in errors. -- cgit v1.2.3