Skip to content

Commit

Permalink
Add an early lint pass for lints that operate on the AST
Browse files Browse the repository at this point in the history
There is a minor [breaking-change] for lint authors - some functions which were previously defined on `lint::Context` have moved to a trait - `LintContext`, you may need to import that trait to avoid name resolution errors.
  • Loading branch information
nrc committed Sep 17, 2015
1 parent f18c2aa commit 76856e1
Show file tree
Hide file tree
Showing 7 changed files with 563 additions and 212 deletions.

0 comments on commit 76856e1

Please sign in to comment.