parse: lex basic hyperlink target #13
Annotations
10 errors and 12 warnings
lint:
parse/lex.go#L127
func `(*lexer).accept` is unused (unused)
|
lint:
parse/lex.go#L136
func `(*lexer).acceptRun` is unused (unused)
|
lint:
parse/lex.go#L144
func `(*lexer).errorf` is unused (unused)
|
lint:
parse/lex_test.go#L350
func `(*Tree).parseLexer` is unused (unused)
|
lint:
parse/node.go#L391
func `(*Tree).newVariable` is unused (unused)
|
lint:
parse/node.go#L496
func `(*Tree).newField` is unused (unused)
|
lint:
parse/node.go#L532
func `(*Tree).newChain` is unused (unused)
|
lint:
parse/node.go#L713
func `(*NumberNode).simplifyComplex` is unused (unused)
|
lint:
parse/node.go#L777
type `endNode` is unused (unused)
|
lint:
parse/node.go#L783
func `(*Tree).newEnd` is unused (unused)
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/rst/rst. Supported file pattern: go.sum
|
lint:
parse/node.go#L38
exported: exported method Pos.Position should have comment or be unexported (revive)
|
lint:
parse/node.go#L49
exported: comment on exported const NodeText should be of the form "NodeText ..." (revive)
|
lint:
parse/node.go#L50
exported: comment on exported const NodeAction should be of the form "NodeAction ..." (revive)
|
lint:
parse/node.go#L51
exported: comment on exported const NodeBool should be of the form "NodeBool ..." (revive)
|
lint:
parse/node.go#L52
exported: comment on exported const NodeChain should be of the form "NodeChain ..." (revive)
|
lint:
parse/node.go#L53
exported: comment on exported const NodeCommand should be of the form "NodeCommand ..." (revive)
|
lint:
parse/node.go#L54
exported: comment on exported const NodeDot should be of the form "NodeDot ..." (revive)
|
lint:
parse/node.go#L57
exported: comment on exported const NodeField should be of the form "NodeField ..." (revive)
|
lint:
parse/node.go#L58
exported: comment on exported const NodeIdentifier should be of the form "NodeIdentifier ..." (revive)
|
lint:
parse/node.go#L59
exported: comment on exported const NodeIf should be of the form "NodeIf ..." (revive)
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/rst/rst. Supported file pattern: go.sum
|