Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix fp with manual_inherit and manual_inherit_from | Akshay | 2021-10-28 | 2 | -10/+10 |
| | | | | | | 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 | 3 | -0/+111 |
| | | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice | ||||
* | 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 | 3 | -4/+4 |
| | |||||
* | new lint: useless_parens | Akshay | 2021-10-15 | 1 | -0/+99 |
| | |||||
* | new lint: eta_reduction | Akshay | 2021-10-08 | 1 | -0/+51 |
| | |||||
* | consistent naming | Akshay | 2021-10-03 | 4 | -8/+8 |
| | |||||
* | new lint: collapsible_let_in | Akshay | 2021-10-03 | 1 | -0/+60 |
| | |||||
* | new lint: legacy_let_syntax | Akshay | 2021-10-02 | 1 | -0/+55 |
| | |||||
* | new lint: manual_inherit_from | Akshay | 2021-10-02 | 2 | -1/+50 |
| | |||||
* | new lint: manual_inherit | Akshay | 2021-10-02 | 2 | -2/+44 |
| | |||||
* | new lint: empty-let-in | Akshay | 2021-10-02 | 1 | -0/+42 |
| | |||||
* | add error code and report codegen, document a bit | Akshay | 2021-09-21 | 1 | -4/+2 |
| | |||||
* | add suggestion to bool_comparison | Akshay | 2021-09-21 | 1 | -34/+54 |
| | |||||
* | implement lint_map | Akshay | 2021-09-15 | 1 | -4/+4 |
| | |||||
* | add demo lint: bool_comparison | Akshay | 2021-09-13 | 1 | -0/+78 |