Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squashed commit of the following: | Akshay | 2021-11-04 | 1 | -3/+3 |
| | | | | | | | | | | | 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 | ||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 1 | -0/+10 |
| | |||||
* | report syntax errors as statix errors | Akshay | 2021-10-29 | 1 | -11/+11 |
| | | | | | | - statix now reports errors also, not just warnings - all diagnostics are available on stderr stream - non-utf8 files are skipped, does not eject early | ||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | rework cli, use subcommands instead | Akshay | 2021-10-25 | 1 | -1/+16 |
| | |||||
* | rework cli, fix is now a flag, implement dry-run mode | Akshay | 2021-10-24 | 1 | -0/+2 |
| | |||||
* | initial implementation of multipass code fixer | Akshay | 2021-10-23 | 1 | -0/+8 |
| | |||||
* | fully flesh out CLI | Akshay | 2021-10-19 | 1 | -0/+28 |