aboutsummaryrefslogtreecommitdiff
path: root/bin/src/lint.rs
Commit message (Collapse)AuthorAgeFilesLines
* exit with non-zero status if warnings are presentAkshay2022-01-231-7/+10
|
* add dump command, support version overrides in statix.tomlsession-infoAkshay2022-01-141-7/+10
|
* allow for version based lintsAkshay2022-01-081-7/+16
|
* introduce --config flagAkshay2021-11-281-5/+12
|
* output check diagnostics on stdout instead of stderrAkshay2021-11-061-2/+2
|
* introducing "streaming" option to check, fix and singleAkshay2021-11-061-4/+17
|
* apply clippy lintsfigsoda2021-11-021-1/+1
|
* 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