aboutsummaryrefslogtreecommitdiff
path: root/bin/src/traits.rs
Commit message (Collapse)AuthorAgeFilesLines
* apply clippy lintsfigsoda2021-11-021-3/+2
|
* report syntax errors as statix errorsAkshay2021-10-291-2/+16
| | | | | | - statix now reports errors also, not just warnings - all diagnostics are available on stderr stream - non-utf8 files are skipped, does not eject early
* improve json output for suggestions, bump to v0.2.5v0.2.5Akshay2021-10-281-3/+11
|
* 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