Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 19 | -206/+578 | |
| | ||||||
* | bump to v0.3.1v0.3.1 | Akshay | 2021-10-29 | 3 | -3/+3 | |
| | ||||||
* | Add support for macOS on intel | Andreas Fuchs | 2021-10-29 | 1 | -2/+2 | |
| | | | | | | This adds x86_64-darwin as a supported target, and adds libiconv to the native build dependencies, as otherwise the rust crate can't be compiled on Darwin. | |||||
* | bump to v0.3.0v0.3.0 | Akshay | 2021-10-29 | 4 | -3/+11 | |
| | | | | also add release checklist | |||||
* | report syntax errors as statix errors | Akshay | 2021-10-29 | 6 | -41/+89 | |
| | | | | | | - statix now reports errors also, not just warnings - all diagnostics are available on stderr stream - non-utf8 files are skipped, does not eject early | |||||
* | filter out invalid eta-reductions | Daniel Thwaites | 2021-10-29 | 1 | -4/+13 | |
| | | | | | if the remaining expression after eta-reduction still contains the removed function argument, eta-reduction is not possible. | |||||
* | improve json output for suggestions, bump to v0.2.5v0.2.5 | Akshay | 2021-10-28 | 4 | -6/+14 | |
| | ||||||
* | fix version command not fetching latest version | Akshay | 2021-10-28 | 2 | -2/+3 | |
| | ||||||
* | improve json output | Akshay | 2021-10-28 | 3 | -16/+87 | |
| | | | | | 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 | 3 | -4/+4 | |
| | ||||||
* | fix fp with manual_inherit and manual_inherit_from | Akshay | 2021-10-28 | 5 | -20/+24 | |
| | | | | | | 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 | 9 | -3/+128 | |
| | | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice | |||||
* | allow stdin input to statix-single, vim pluginv0.2.2 | Akshay | 2021-10-27 | 8 | -25/+69 | |
| | ||||||
* | add MIT licensev0.2.1 | Akshay | 2021-10-27 | 6 | -0/+30 | |
| | ||||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 14 | -44/+58 | |
| | ||||||
* | 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 | |
| | ||||||
* | flake build with json feature, add better usage docs | Akshay | 2021-10-24 | 3 | -34/+77 | |
| | ||||||
* | rework cli, fix is now a flag, implement dry-run mode | Akshay | 2021-10-24 | 5 | -102/+120 | |
| | ||||||
* | add support for json out | Akshay | 2021-10-24 | 5 | -2/+156 | |
| | ||||||
* | add support for errfmt friendly output | Akshay | 2021-10-23 | 2 | -41/+96 | |
| | ||||||
* | add flake app | Akshay | 2021-10-23 | 1 | -0/+6 | |
| | ||||||
* | simplify flake | Akshay | 2021-10-23 | 2 | -9/+14 | |
| | ||||||
* | initial implementation of multipass code fixer | Akshay | 2021-10-23 | 7 | -26/+219 | |
| | ||||||
* | add suggestion application logic | Akshay | 2021-10-23 | 1 | -0/+22 | |
| | ||||||
* | fix useless_parens: lint on idents as well | Akshay | 2021-10-23 | 1 | -0/+1 | |
| | ||||||
* | minor refactor | Akshay | 2021-10-19 | 5 | -11/+10 | |
| | ||||||
* | add default.nix and shell.nix with flake-compat | Akshay | 2021-10-19 | 4 | -22/+12 | |
| | ||||||
* | fix flake builds | Akshay | 2021-10-19 | 3 | -104/+96 | |
| | ||||||
* | refactor out lint runner into lint module | Akshay | 2021-10-19 | 3 | -48/+49 | |
| | ||||||
* | add some ideas | Akshay | 2021-10-19 | 1 | -0/+42 | |
| | ||||||
* | rework few error messages | Akshay | 2021-10-19 | 4 | -4/+11 | |
| | ||||||
* | fully flesh out CLI | Akshay | 2021-10-19 | 6 | -72/+632 | |
| | ||||||
* | add vfs | Akshay | 2021-10-19 | 3 | -1/+99 | |
| | ||||||
* | add roadmap | Akshay | 2021-10-15 | 1 | -0/+6 | |
| | ||||||
* | new lint: useless_parens | Akshay | 2021-10-15 | 3 | -2/+102 | |
| | ||||||
* | allow match_kind to accept multiple kinds | Akshay | 2021-10-15 | 2 | -7/+21 | |
| | ||||||
* | new lint: eta_reduction | Akshay | 2021-10-08 | 2 | -0/+52 | |
| | ||||||
* | consistent naming | Akshay | 2021-10-03 | 4 | -8/+8 | |
| | ||||||
* | don't report fix on stderr | Akshay | 2021-10-03 | 1 | -23/+14 | |
| | ||||||
* | new lint: collapsible_let_in | Akshay | 2021-10-03 | 6 | -4/+71 | |
| | ||||||
* | new lint: legacy_let_syntax | Akshay | 2021-10-02 | 4 | -15/+129 | |
| | ||||||
* | new lint: manual_inherit_from | Akshay | 2021-10-02 | 4 | -1/+60 | |
| | ||||||
* | new lint: manual_inherit | Akshay | 2021-10-02 | 5 | -4/+59 | |
| | ||||||
* | update docs; nix-analyzer -> statix | Akshay | 2021-10-02 | 3 | -78/+65 | |
| | ||||||
* | new lint: empty-let-in | Akshay | 2021-10-02 | 4 | -13/+56 | |
| | ||||||
* | rename to statix, skip self env arg | Akshay | 2021-10-02 | 2 | -6/+11 | |
| | ||||||
* | add error code and report codegen, document a bit | Akshay | 2021-09-21 | 3 | -28/+83 | |
| | ||||||
* | use stderr by default, improved macro code | Akshay | 2021-09-21 | 3 | -14/+39 | |
| |