Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not raise empty-let when comments are presentfix/empty-let-in-comment | Akshay | 2022-06-04 | 1 | -0/+8 |
| | |||||
* | useless_has_attr: do not parenthesize select expressions in fixes | Akshay | 2022-02-20 | 1 | -1/+2 |
| | | | | | `select` expresisons are more tightly binding than `or` expressions, we do not have to parenthesize them when placed next to an `or`. | ||||
* | new lint: useless_has_attr | Akshay | 2022-02-20 | 1 | -0/+83 |
| | |||||
* | new lint: bool_simplification | Akshay | 2022-02-20 | 1 | -0/+61 |
| | | | | TODO: add more patterns to this | ||||
* | new lint: deprecated_to_path | Akshay | 2022-01-30 | 1 | -0/+59 |
| | |||||
* | new lint: faster_zipattrswith | Akshay | 2022-01-30 | 1 | -0/+72 |
| | |||||
* | bump rnix to latest master, support nix 2.5 syntax | Akshay | 2022-01-29 | 2 | -2/+4 |
| | |||||
* | do not raise empty_pattern on nixos modules | Akshay | 2022-01-29 | 1 | -7/+29 |
| | |||||
* | refactor parsing code, simplify tests | Akshay | 2022-01-14 | 1 | -2/+2 |
| | |||||
* | allow for version based lints | Akshay | 2022-01-08 | 15 | -28/+100 |
| | |||||
* | new lint: empty_inherit | Akshay | 2021-12-04 | 1 | -0/+53 |
| | |||||
* | introduce --config flag | Akshay | 2021-11-28 | 12 | -12/+12 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 1 | -3/+7 |
| | |||||
* | add missing explanation to deprecated_is_null | Akshay | 2021-11-04 | 1 | -0/+19 |
| | |||||
* | new lint: deprecated_is_null | Akshay | 2021-11-04 | 1 | -0/+41 |
| | |||||
* | new lint: unquoted_uri | Akshay | 2021-11-02 | 1 | -0/+63 |
| | |||||
* | apply clippy lints | figsoda | 2021-11-02 | 2 | -3/+3 |
| | |||||
* | fix tests | figsoda | 2021-11-01 | 11 | -22/+22 |
| | |||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 11 | -31/+291 |
| | |||||
* | 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 | Akshay | 2021-10-28 | 1 | -0/+1 |
| | | | | | 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 | 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 |