Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raise, don't fix for empty_let_in with comments | Akshay | 2022-06-04 | 1 | -1/+2 |
| | |||||
* | do not raise empty-let when comments are presentfix/empty-let-in-comment | Akshay | 2022-06-04 | 1 | -3/+13 |
| | |||||
* | useless_has_attr: do not parenthesize select expressions in fixes | Akshay | 2022-02-20 | 1 | -0/+1 |
| | | | | | `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/+9 |
| | |||||
* | new lint: bool_simplification | Akshay | 2022-02-20 | 1 | -0/+7 |
| | | | | TODO: add more patterns to this | ||||
* | new lint: deprecated_to_path | Akshay | 2022-01-30 | 1 | -0/+6 |
| | |||||
* | new lint: faster_zipattrswith | Akshay | 2022-01-30 | 1 | -0/+13 |
| | |||||
* | do not raise empty_pattern on nixos modules | Akshay | 2022-01-29 | 1 | -0/+8 |
| | |||||
* | allow for version based lints | Akshay | 2022-01-08 | 1 | -0/+15 |
| | |||||
* | remove tests for unquoted_splices | Akshay | 2021-12-04 | 1 | -15/+0 |
| | |||||
* | new lint: empty_inherit | Akshay | 2021-12-04 | 1 | -0/+3 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 13 | -0/+116 |