aboutsummaryrefslogtreecommitdiff
path: root/bin/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* new subcommand: statix-listfeat/list-lintsAkshay2022-02-051-2/+4
| | | | | | produces a list of lints with their error codes, handy for statix-explain or configuring the `disabled` array in .statix.toml
* add dump command, support version overrides in statix.tomlsession-infoAkshay2022-01-141-0/+2
|
* add snapshot test suitesnapshot-testsAkshay2021-11-081-12/+6
|
* introducing "streaming" option to check, fix and singleAkshay2021-11-061-80/+5
|
* Squashed commit of the following:Akshay2021-11-041-0/+1
| | | | | | | | | | | commit c0487a3b8bb3d9df1e290579bbbd425f7707b5bd Author: Akshay <[email protected]> Date: Thu Nov 4 18:46:03 2021 +0530 use ignore crate to enforce simpler ignore rules - also respects .gitignore by default - adds new flag `-u` to unrestrict statix
* apply clippy lintsfigsoda2021-11-021-4/+3
|
* add `explain` subcommand and explanations to all lintsAkshay2021-10-311-0/+5
|
* report syntax errors as statix errorsAkshay2021-10-291-11/+3
| | | | | | - statix now reports errors also, not just warnings - all diagnostics are available on stderr stream - non-utf8 files are skipped, does not eject early
* fix fp with manual_inherit and manual_inherit_fromAkshay2021-10-281-1/+6
| | | | | | the lint also needed to validate if the length of the path component was exactly one, and not just check if the first component matches the value.
* allow stdin input to statix-single, vim pluginv0.2.2Akshay2021-10-271-6/+19
|
* set internal crates to 0.0.0, bump to v0.2.0v0.2.0Akshay2021-10-261-13/+18
|
* fix single fix commandAkshay2021-10-261-2/+15
|
* rework cli, use subcommands insteadAkshay2021-10-251-32/+40
|
* rework cli, fix is now a flag, implement dry-run modeAkshay2021-10-241-39/+34
|
* add support for errfmt friendly outputAkshay2021-10-231-1/+1
|
* initial implementation of multipass code fixerAkshay2021-10-231-5/+28
|
* minor refactorAkshay2021-10-191-4/+4
|
* refactor out lint runner into lint moduleAkshay2021-10-191-37/+6
|
* fully flesh out CLIAkshay2021-10-191-66/+46
|
* don't report fix on stderrAkshay2021-10-031-23/+14
|
* rename to statix, skip self env argAkshay2021-10-021-5/+10
|
* use stderr by default, improved macro codeAkshay2021-09-211-12/+29
|
* init cli entrypointAkshay2021-09-151-1/+80
|
* restructure repo into bin, lib and macrosAkshay2021-09-111-0/+3