add more logging #47
Annotations
11 errors
|
golangci-lint:
suite.go#L143
Consider pre-allocating `testNames` (prealloc)
|
golangci-lint:
testdata_test.go#L44
bad syntax for struct tag pair (tagalign)
|
golangci-lint:
testdata.go#L348
`encode` - `log` is unused (unparam)
|
golangci-lint:
logger.go#L9
pass []any as any to func log.t.Log func(...any) (asasalint)
|
golangci-lint:
suite.go#L98
calculated cyclomatic complexity for function Run is 11, max is 10 (cyclop)
|
golangci-lint:
testdata.go#L200
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
golangci-lint:
testdata.go#L214
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
golangci-lint:
testdata.go#L288
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
golangci-lint:
suite_test.go#L19
test helper function should start from t.Helper() (thelper)
|
golangci-lint:
suite_test.go#L31
test helper function should start from t.Helper() (thelper)
|
Loading