Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | useless_has_attr: do not parenthesize select expressions in fixes | Akshay | 2022-02-20 | 1 | -0/+7 |
| | | | | | `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/+34 |
| | |||||
* | new lint: bool_simplification | Akshay | 2022-02-20 | 1 | -0/+13 |
| | | | | TODO: add more patterns to this | ||||
* | new lint: deprecated_to_path | Akshay | 2022-01-30 | 1 | -0/+34 |
| | |||||
* | new lint: faster_zipattrswith | Akshay | 2022-01-30 | 1 | -0/+20 |
| | |||||
* | allow for version based lints | Akshay | 2022-01-08 | 1 | -0/+20 |
| | |||||
* | new lint: empty_inherit | Akshay | 2021-12-04 | 1 | -0/+13 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 13 | -0/+295 |