Skip to content

Commit 223f6a4

Browse files
committed
--bool-compare.ignore-custom-types: adjust usage text
1 parent 68b2b3e commit 223f6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func BindToFlags(cfg *Config, fs *flag.FlagSet) {
9898
fs.Var(&cfg.EnabledCheckers, "enable", "comma separated list of enabled checkers (in addition to enabled by default)")
9999

100100
fs.BoolVar(&cfg.BoolCompare.IgnoreCustomTypes, "bool-compare.ignore-custom-types", false,
101-
"ignore user defined types (over builtin bool)")
101+
"to ignore user defined types (over builtin bool)")
102102
fs.Var(&cfg.ExpectedActual.ExpVarPattern, "expected-actual.pattern", "regexp for expected variable name")
103103
fs.Var(&cfg.RequireError.FnPattern, "require-error.fn-pattern", "regexp for error assertions that should only be analyzed")
104104
fs.Var(NewEnumValue(suiteExtraAssertCallModeAsString, &cfg.SuiteExtraAssertCall.Mode),

0 commit comments

Comments
 (0)