build(deps): bump github.com/tmc/dot from 0.0.0-20210901225022-f9bc17da75c0 to 0.2.0 #1642
Annotations
10 errors
lint:
pkg/question/graph/dot.go#L17
Error return value of `g.SetType` is not checked (errcheck)
|
lint:
pkg/question/graph/dot.go#L21
Error return value of `g.AddNode` is not checked (errcheck)
|
lint:
pkg/question/graph/dot.go#L47
Error return value of `g.AddNode` is not checked (errcheck)
|
lint:
pkg/question/graph/dot.go#L53
Error return value of `g.AddEdge` is not checked (errcheck)
|
lint:
pkg/question/graph/dot.go#L81
Error return value of `g.AddEdge` is not checked (errcheck)
|
lint:
pkg/question/graph/dot.go#L111
Error return value of `g.AddEdge` is not checked (errcheck)
|
lint:
pkg/question/graph/dot.go#L136
Error return value of `g.AddEdge` is not checked (errcheck)
|
lint:
pkg/question/graph/dot.go#L144
Error return value of `g.AddNode` is not checked (errcheck)
|
lint:
pkg/question/graph/dot.go#L147
Error return value of `g.AddEdge` is not checked (errcheck)
|
lint:
pkg/cli/dot.go#L85
Error return value of `out.SetType` is not checked (errcheck)
|