Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve json output | Akshay | 2021-10-28 | 2 | -0/+7 |
| | | | | | The `at` field now includes a `from` and `to` position with line and column information, instead of a [usize; 2]. | ||||
* | fix fp with manual_inherit and manual_inherit_from | Akshay | 2021-10-28 | 3 | -10/+11 |
| | | | | | | 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 | 5 | -0/+118 |
| | | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice | ||||
* | allow stdin input to statix-single, vim pluginv0.2.2 | Akshay | 2021-10-27 | 1 | -0/+7 |
| | |||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 1 | -1/+4 |
| | |||||
* | add support for json out | Akshay | 2021-10-24 | 1 | -0/+44 |
| | |||||
* | 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 | 3 | -6/+5 |
| | |||||
* | rework few error messages | Akshay | 2021-10-19 | 4 | -4/+11 |
| | |||||
* | new lint: useless_parens | Akshay | 2021-10-15 | 3 | -2/+102 |
| | |||||
* | allow match_kind to accept multiple kinds | Akshay | 2021-10-15 | 1 | -5/+7 |
| | |||||
* | new lint: eta_reduction | Akshay | 2021-10-08 | 2 | -0/+52 |
| | |||||
* | consistent naming | Akshay | 2021-10-03 | 4 | -8/+8 |
| | |||||
* | new lint: collapsible_let_in | Akshay | 2021-10-03 | 4 | -4/+69 |
| | |||||
* | 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 | 4 | -4/+58 |
| | |||||
* | new lint: empty-let-in | Akshay | 2021-10-02 | 3 | -3/+46 |
| | |||||
* | add error code and report codegen, document a bit | Akshay | 2021-09-21 | 2 | -28/+54 |
| | |||||
* | add suggestion to bool_comparison | Akshay | 2021-09-21 | 3 | -40/+110 |
| | |||||
* | implement lint_map | Akshay | 2021-09-15 | 3 | -27/+57 |
| | |||||
* | add demo lint: bool_comparison | Akshay | 2021-09-13 | 3 | -5/+125 |
| | |||||
* | restructure repo into bin, lib and macros | Akshay | 2021-09-11 | 1 | -0/+7 |