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