matrix #86
Annotations
10 errors
lint:
internal/template/exec_test.go#L1122
Error return value of `(*github.com/deckhouse/d8-lint/internal/template.Template).Parse` is not checked (errcheck)
|
lint:
internal/template/exec_test.go#L1123
Error return value of `(*github.com/deckhouse/d8-lint/internal/template.Template).Parse` is not checked (errcheck)
|
lint:
internal/template/exec_test.go#L1124
Error return value of `(*github.com/deckhouse/d8-lint/internal/template.Template).Execute` is not checked (errcheck)
|
lint:
internal/template/exec_test.go#L1125
Error return value of `(*github.com/deckhouse/d8-lint/internal/template.Template).ExecuteTemplate` is not checked (errcheck)
|
lint:
internal/template/exec_test.go#L1148
Error return value of `tmpl.AddParseTree` is not checked (errcheck)
|
lint:
internal/template/exec_test.go#L1496
Error return value is not checked (errcheck)
|
lint:
internal/template/funcs.go#L532
Error return value of `w.Write` is not checked (errcheck)
|
lint:
internal/template/funcs.go#L533
Error return value of `w.Write` is not checked (errcheck)
|
lint:
internal/template/funcs.go#L536
Error return value of `w.Write` is not checked (errcheck)
|
lint:
internal/template/exec_test.go#L1863
string `result` has 3 occurrences, make it a constant (goconst)
|
Loading