matrix #86
checks.yml
on: pull_request
golangci-lint
1m 35s
go-mod
15s
tests
0s
Annotations
11 errors
go-mod
Process completed with exit code 1.
|
golangci-lint:
internal/template/exec_test.go#L1122
Error return value of `(*github.com/deckhouse/d8-lint/internal/template.Template).Parse` is not checked (errcheck)
|
golangci-lint:
internal/template/exec_test.go#L1123
Error return value of `(*github.com/deckhouse/d8-lint/internal/template.Template).Parse` is not checked (errcheck)
|
golangci-lint:
internal/template/exec_test.go#L1124
Error return value of `(*github.com/deckhouse/d8-lint/internal/template.Template).Execute` is not checked (errcheck)
|
golangci-lint:
internal/template/exec_test.go#L1125
Error return value of `(*github.com/deckhouse/d8-lint/internal/template.Template).ExecuteTemplate` is not checked (errcheck)
|
golangci-lint:
internal/template/exec_test.go#L1148
Error return value of `tmpl.AddParseTree` is not checked (errcheck)
|
golangci-lint:
internal/template/exec_test.go#L1496
Error return value is not checked (errcheck)
|
golangci-lint:
internal/template/funcs.go#L532
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
internal/template/funcs.go#L533
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
internal/template/funcs.go#L536
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
internal/template/exec_test.go#L1863
string `result` has 3 occurrences, make it a constant (goconst)
|