aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/data/useless_has_attr.nix
Commit message (Collapse)AuthorAgeFilesLines
* useless_has_attr: do not parenthesize select expressions in fixesAkshay2022-02-201-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_attrAkshay2022-02-201-0/+9