aboutsummaryrefslogtreecommitdiff
path: root/bin/src/lint.rs
Commit message (Collapse)AuthorAgeFilesLines
* report syntax errors as statix errorsAkshay2021-10-291-10/+12
| | | | | | - statix now reports errors also, not just warnings - all diagnostics are available on stderr stream - non-utf8 files are skipped, does not eject early
* initial implementation of multipass code fixerAkshay2021-10-231-2/+2
|
* refactor out lint runner into lint moduleAkshay2021-10-191-0/+36