Skip to content

Commit

Permalink
no lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkruger committed Dec 16, 2024
1 parent 2eba4b5 commit c8694a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
},
Expand Down

0 comments on commit c8694a6

Please sign in to comment.