Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump to v0.3.1v0.3.1 | Akshay | 2021-10-29 | 1 | -1/+1 |
| | |||||
* | bump to v0.3.0v0.3.0 | Akshay | 2021-10-29 | 1 | -1/+1 |
| | | | | also add release checklist | ||||
* | report syntax errors as statix errors | Akshay | 2021-10-29 | 5 | -37/+48 |
| | | | | | | - 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.5 | Akshay | 2021-10-28 | 2 | -4/+12 |
| | |||||
* | fix version command not fetching latest version | Akshay | 2021-10-28 | 2 | -2/+3 |
| | |||||
* | improve json output | Akshay | 2021-10-28 | 1 | -16/+80 |
| | | | | | The `at` field now includes a `from` and `to` position with line and column information, instead of a [usize; 2]. | ||||
* | bump to v0.2.4v0.2.4 | Akshay | 2021-10-28 | 1 | -1/+1 |
| | |||||
* | fix fp with manual_inherit and manual_inherit_from | Akshay | 2021-10-28 | 2 | -10/+13 |
| | | | | | | 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. | ||||
* | add 3 new lints, bump to v0.2.3v0.2.3 | Akshay | 2021-10-27 | 1 | -1/+1 |
| | | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice | ||||
* | allow stdin input to statix-single, vim pluginv0.2.2 | Akshay | 2021-10-27 | 4 | -23/+31 |
| | |||||
* | add MIT licensev0.2.1 | Akshay | 2021-10-27 | 1 | -0/+1 |
| | |||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 7 | -25/+36 |
| | |||||
* | fix single fix command | Akshay | 2021-10-26 | 3 | -16/+40 |
| | |||||
* | fix minor bug with out-format | Akshay | 2021-10-25 | 1 | -4/+18 |
| | |||||
* | rework cli, use subcommands instead | Akshay | 2021-10-25 | 6 | -208/+326 |
| | |||||
* | rework cli, fix is now a flag, implement dry-run mode | Akshay | 2021-10-24 | 4 | -98/+75 |
| | |||||
* | add support for json out | Akshay | 2021-10-24 | 2 | -2/+55 |
| | |||||
* | add support for errfmt friendly output | Akshay | 2021-10-23 | 2 | -41/+96 |
| | |||||
* | simplify flake | Akshay | 2021-10-23 | 1 | -1/+1 |
| | |||||
* | initial implementation of multipass code fixer | Akshay | 2021-10-23 | 6 | -26/+212 |
| | |||||
* | minor refactor | Akshay | 2021-10-19 | 1 | -4/+4 |
| | |||||
* | refactor out lint runner into lint module | Akshay | 2021-10-19 | 3 | -48/+49 |
| | |||||
* | fully flesh out CLI | Akshay | 2021-10-19 | 5 | -67/+331 |
| | |||||
* | don't report fix on stderr | Akshay | 2021-10-03 | 1 | -23/+14 |
| | |||||
* | rename to statix, skip self env arg | Akshay | 2021-10-02 | 2 | -6/+11 |
| | |||||
* | use stderr by default, improved macro code | Akshay | 2021-09-21 | 1 | -12/+29 |
| | |||||
* | init cli entrypoint | Akshay | 2021-09-15 | 2 | -1/+84 |
| | |||||
* | restructure repo into bin, lib and macros | Akshay | 2021-09-11 | 2 | -0/+11 |