a3d96d33b2
`honnef.co/go/tools/cmd/staticcheck` complains with `config/config_test.go:260:32: regular expression does not contain any meta characters (SA6004)`. Instead of using a RegEx this patch simply switches to using Golangs `strings.Count` function. Signed-off-by: Max Leonard Inden <IndenML@gmail.com> |
||
---|---|---|
.. | ||
testdata | ||
config.go | ||
config_test.go | ||
notifiers.go | ||
notifiers_test.go |