Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
Parser parses files and finds lines that break rules
func (*Parser) Parse ¶
func (p *Parser) Parse(t interface{}, ignorer *ignore.Ignore) (results []*result.FileResults)
Parse can parse different types of inputs and return the results
func (*Parser) ParseFile ¶ added in v0.1.4
func (p *Parser) ParseFile(f string) (*result.FileResults, error)
ParseFile parses the files provided and returns the results
func (*Parser) ParseFiles ¶
ParseFiles parses all files provided and returns the results
Click to show internal directories.
Click to hide internal directories.