aboutsummaryrefslogtreecommitdiff
path: root/bin/src/traits.rs
Commit message (Collapse)AuthorAgeFilesLines
* improve json outputAkshay2021-10-281-16/+80
| | | | | The `at` field now includes a `from` and `to` position with line and column information, instead of a [usize; 2].
* add support for json outAkshay2021-10-241-2/+43
|
* add support for errfmt friendly outputAkshay2021-10-231-40/+95
|
* refactor out lint runner into lint moduleAkshay2021-10-191-11/+7
|
* fully flesh out CLIAkshay2021-10-191-0/+83