aboutsummaryrefslogtreecommitdiff
path: root/bin/tests
Commit message (Collapse)AuthorAgeFilesLines
* raise, don't fix for empty_let_in with commentsAkshay2022-06-042-1/+10
|
* do not raise empty-let when comments are presentfix/empty-let-in-commentAkshay2022-06-042-8/+18
|
* useless_has_attr: do not parenthesize select expressions in fixesAkshay2022-02-202-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_attrAkshay2022-02-203-1/+45
|
* new lint: bool_simplificationAkshay2022-02-203-1/+22
| | | | TODO: add more patterns to this
* new lint: deprecated_to_pathAkshay2022-01-303-1/+42
|
* new lint: faster_zipattrswithAkshay2022-01-303-2/+36
|
* do not raise empty_pattern on nixos modulesAkshay2022-01-291-0/+8
|
* refactor parsing code, simplify testsAkshay2022-01-141-2/+2
|
* allow for version based lintsAkshay2022-01-083-24/+77
|
* remove tests for unquoted_splicesAkshay2021-12-042-16/+1
|
* new lint: empty_inheritAkshay2021-12-042-0/+16
|
* add snapshot test suitesnapshot-testsAkshay2021-11-0827-0/+458