Skip to content

Commit

Permalink
Adding missing ProcessResults() call
Browse files Browse the repository at this point in the history
  • Loading branch information
iwankgb authored and jgautheron committed Nov 8, 2020
1 parent b58d7cf commit f8e4fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func Run(files []*ast.File, fset *token.FileSet, cfg *Config) ([]Issue, error) {
p: p,
}, f)
}
p.ProcessResults()

for str, item := range p.strs {
fi := item[0]
Expand Down

0 comments on commit f8e4fe8

Please sign in to comment.