Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | add suggestion to bool_comparison | Akshay | 2021-09-21 | 3 | -40/+110 |
* | init cli entrypoint | Akshay | 2021-09-15 | 2 | -1/+84 |
* | implement lint_map | Akshay | 2021-09-15 | 4 | -43/+97 |
* | add demo lint: bool_comparison | Akshay | 2021-09-13 | 5 | -5/+308 |
* | add proc-macro to define lint | Akshay | 2021-09-13 | 2 | -5/+138 |
* | restructure repo into bin, lib and macros | Akshay | 2021-09-11 | 9 | -112/+79 |
* | remove direnv | Akshay | 2021-09-10 | 3 | -2/+1 |
* | init | Akshay | 2021-09-10 | 8 | -0/+322 |