Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add `ignore` to statix.tomlv0.5.5 | Akshay | 2022-05-01 | 1 | -6/+16 |
| | |||||
* | show only available out-formats | Akshay | 2022-02-20 | 1 | -1/+2 |
| | | | | | | | | | the json out-format is displayed only when statix is compiled with cargo bulid --all-features # or cargo build --features=json | ||||
* | new subcommand: statix-list | Akshay | 2022-02-20 | 1 | -0/+5 |
| | | | | | | produces a list of lints with their error codes, handy for statix-explain or configuring the `disabled` array in .statix.toml | ||||
* | fix bug with overriding of config combined with serde | Akshay | 2022-01-14 | 1 | -6/+18 |
| | |||||
* | add dump command, support version overrides in statix.tomlsession-info | Akshay | 2022-01-14 | 1 | -34/+44 |
| | |||||
* | remove lint: unquoted_splice | Akshay | 2021-11-28 | 1 | -2/+2 |
| | |||||
* | introduce --config flag | Akshay | 2021-11-28 | 1 | -46/+122 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 1 | -7/+7 |
| | |||||
* | introducing "streaming" option to check, fix and single | Akshay | 2021-11-06 | 1 | -6/+86 |
| | |||||
* | Squashed commit of the following: | Akshay | 2021-11-04 | 1 | -96/+17 |
| | | | | | | | | | | | 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 | -3/+3 |
| | |||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 1 | -0/+24 |
| | |||||
* | report syntax errors as statix errors | Akshay | 2021-10-29 | 1 | -3/+6 |
| | | | | | | - 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 version command not fetching latest version | Akshay | 2021-10-28 | 1 | -2/+1 |
| | |||||
* | allow stdin input to statix-single, vim pluginv0.2.2 | Akshay | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 1 | -1/+2 |
| | |||||
* | fix single fix command | Akshay | 2021-10-26 | 1 | -0/+4 |
| | |||||
* | fix minor bug with out-format | Akshay | 2021-10-25 | 1 | -4/+18 |
| | |||||
* | rework cli, use subcommands instead | Akshay | 2021-10-25 | 1 | -94/+119 |
| | |||||
* | rework cli, fix is now a flag, implement dry-run mode | Akshay | 2021-10-24 | 1 | -25/+13 |
| | |||||
* | simplify flake | Akshay | 2021-10-23 | 1 | -1/+1 |
| | |||||
* | initial implementation of multipass code fixer | Akshay | 2021-10-23 | 1 | -18/+60 |
| | |||||
* | fully flesh out CLI | Akshay | 2021-10-19 | 1 | -0/+170 |