Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new subcommand: statix-list | Akshay | 2022-02-20 | 1 | -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-info | Akshay | 2022-01-14 | 1 | -0/+2 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 1 | -12/+6 |
| | |||||
* | introducing "streaming" option to check, fix and single | Akshay | 2021-11-06 | 1 | -80/+5 |
| | |||||
* | Squashed commit of the following: | Akshay | 2021-11-04 | 1 | -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 lints | figsoda | 2021-11-02 | 1 | -4/+3 |
| | |||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 1 | -0/+5 |
| | |||||
* | report syntax errors as statix errors | Akshay | 2021-10-29 | 1 | -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_from | Akshay | 2021-10-28 | 1 | -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.2 | Akshay | 2021-10-27 | 1 | -6/+19 |
| | |||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 1 | -13/+18 |
| | |||||
* | fix single fix command | Akshay | 2021-10-26 | 1 | -2/+15 |
| | |||||
* | rework cli, use subcommands instead | Akshay | 2021-10-25 | 1 | -32/+40 |
| | |||||
* | rework cli, fix is now a flag, implement dry-run mode | Akshay | 2021-10-24 | 1 | -39/+34 |
| | |||||
* | add support for errfmt friendly output | Akshay | 2021-10-23 | 1 | -1/+1 |
| | |||||
* | initial implementation of multipass code fixer | Akshay | 2021-10-23 | 1 | -5/+28 |
| | |||||
* | minor refactor | Akshay | 2021-10-19 | 1 | -4/+4 |
| | |||||
* | refactor out lint runner into lint module | Akshay | 2021-10-19 | 1 | -37/+6 |
| | |||||
* | fully flesh out CLI | Akshay | 2021-10-19 | 1 | -66/+46 |
| | |||||
* | don't report fix on stderr | Akshay | 2021-10-03 | 1 | -23/+14 |
| | |||||
* | rename to statix, skip self env arg | Akshay | 2021-10-02 | 1 | -5/+10 |
| | |||||
* | use stderr by default, improved macro code | Akshay | 2021-09-21 | 1 | -12/+29 |
| | |||||
* | init cli entrypoint | Akshay | 2021-09-15 | 1 | -1/+80 |
| | |||||
* | restructure repo into bin, lib and macros | Akshay | 2021-09-11 | 1 | -0/+3 |