Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diagnostic ¶
func Lint ¶
func Lint(content []byte, lang string) ([]Diagnostic, error)
Lint checks the content for static analysis issues. Currently supports Go only.
func (Diagnostic) String ¶
func (d Diagnostic) String() string
Click to show internal directories.
Click to hide internal directories.