Versions in this module Expand all Collapse all v0 v0.1.4 Aug 28, 2020 Changes in this version + func WalkDirs(paths []string, ignorer *ignore.Ignore) ([]string, error) + func WalkDirsWithIgnores(paths []string, ignorer *ignore.Ignore) []string type Parser + func NewParser(rules []*rule.Rule) *Parser + func (p *Parser) ParseFile(f string) (*result.FileResults, error) v0.1.1 Aug 22, 2020 v0.1.0 Aug 22, 2020 v0.0.1 Aug 21, 2020 Changes in this version + type Parser struct + Rules []*rule.Rule + func (p *Parser) Parse(filename string) (results rule.Results, err error) + func (p *Parser) ParseFiles(files []string) *rule.Results