Documentation ¶
Overview ¶
Package lintgo provides very basic Go linting utilities. This package isn't intended to be demonstrative, not comprehensive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Validate ¶
func Validate( fn func(ps *ParseState, fi superlint.FileInfo, reporter superlint.ReportFunc) error, ) superlint.SingleValidator
Validate traverses each files AST in depth-first order.
Types ¶
Click to show internal directories.
Click to hide internal directories.