Add imnodes widget. #911
Annotations
10 errors
Lint:
Nodes.go#L149
commentedOutCode: may want to remove commented-out code (gocritic)
|
Lint:
Nodes.go#L154
nestingReduce: invert if cond, replace body with `continue`, move old body after the statement (gocritic)
|
Lint:
Nodes.go#L51
typeDefFirst: definition of type 'NodeEditorWidget' should appear before its methods (gocritic)
|
Lint:
Nodes.go#L37
exported: exported type NodeElementType should have comment or be unexported (revive)
|
Lint:
Nodes.go#L40
exported: exported const NodeElementInput should have comment (or a comment on this block) or be unexported (revive)
|
Lint:
Nodes.go#L57
exported: exported function NodeEditor should have comment or be unexported (revive)
|
Lint:
Nodes.go#L64
exported: exported method NodeEditorWidget.Nodes should have comment or be unexported (revive)
|
Lint:
Nodes.go#L69
exported: exported method NodeEditorWidget.Build should have comment or be unexported (revive)
|
Lint:
Nodes.go#L102
exported: exported type NodeWidget should have comment or be unexported (revive)
|
Lint:
Nodes.go#L106
exported: exported function Node should have comment or be unexported (revive)
|
Loading