Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | useless_has_attr: do not parenthesize select expressions in fixes | Akshay | 2022-02-20 | 2 | -0/+8 |
| | | | | | `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 | 3 | -1/+45 |
| | |||||
* | new lint: bool_simplification | Akshay | 2022-02-20 | 3 | -1/+22 |
| | | | | TODO: add more patterns to this | ||||
* | new lint: deprecated_to_path | Akshay | 2022-01-30 | 3 | -1/+42 |
| | |||||
* | new lint: faster_zipattrswith | Akshay | 2022-01-30 | 3 | -2/+36 |
| | |||||
* | do not raise empty_pattern on nixos modules | Akshay | 2022-01-29 | 1 | -0/+8 |
| | |||||
* | refactor parsing code, simplify tests | Akshay | 2022-01-14 | 1 | -2/+2 |
| | |||||
* | allow for version based lints | Akshay | 2022-01-08 | 3 | -24/+77 |
| | |||||
* | remove tests for unquoted_splices | Akshay | 2021-12-04 | 2 | -16/+1 |
| | |||||
* | new lint: empty_inherit | Akshay | 2021-12-04 | 2 | -0/+16 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 27 | -0/+458 |