You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/flags.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Allowed template variables: 'branchName', 'sha'. If "commitUrlTemplate" is not p
45
45
{
46
46
name: "contextLines",
47
47
short: "C",
48
-
defaultValue: 2,
48
+
defaultValue: 2,//nolint:mnd
49
49
usage: `The number of context lines to send to LaunchDarkly. If < 0, no
50
50
source code will be sent to LaunchDarkly. If 0, only the lines containing
51
51
flag references will be sent. If > 0, will send that number of context
@@ -94,7 +94,7 @@ LaunchDarkly API is unreachable or returns an unexpected response.`,
94
94
{
95
95
name: "lookback",
96
96
short: "l",
97
-
defaultValue: 10,
97
+
defaultValue: 10,//nolint:mnd
98
98
usage: `Sets the number of git commits to search in history for
99
99
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.`,
0 commit comments