From c8694a63c032e9a85361ae7a24114f8b65256f82 Mon Sep 17 00:00:00 2001 From: Kevin Kruger Date: Mon, 16 Dec 2024 14:51:54 -0500 Subject: [PATCH] no lint --- options/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/flags.go b/options/flags.go index 61fa1a4f..0f4e982e 100644 --- a/options/flags.go +++ b/options/flags.go @@ -99,7 +99,7 @@ LaunchDarkly API is unreachable or returns an unexpected response.`, { name: "lookback", short: "l", - defaultValue: 10, //nolint:gomnd + defaultValue: 10, //nolint:mnd usage: `Sets the number of git commits to search in history for whether a feature flag was removed from code. May be set to 0 to disabled this feature. Setting this option to a high value will increase search time.`, },