aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* raise, don't fix for empty_let_in with commentsAkshay2022-06-041-6/+7
|
* do not raise empty-let when comments are presentfix/empty-let-in-commentAkshay2022-06-041-0/+8
|
* useless_has_attr: do not parenthesize select expressions in fixesAkshay2022-02-201-1/+2
| | | | | `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-0/+88
|
* new lint: bool_simplificationAkshay2022-02-202-0/+62
| | | | TODO: add more patterns to this
* parallelize statix-checkAkshay2022-02-191-0/+2
|
* new lint: deprecated_to_pathAkshay2022-01-302-0/+60
|
* new lint: faster_zipattrswithAkshay2022-01-302-0/+73
|
* do not use git dependencyfeat/nix-2.5Akshay2022-01-291-4/+1
|
* bump rnix to latest master, support nix 2.5 syntaxAkshay2022-01-293-3/+8
|
* do not raise empty_pattern on nixos modulesAkshay2022-01-291-7/+29
|
* refactor parsing code, simplify testsAkshay2022-01-142-26/+17
|
* allow for version based lintsAkshay2022-01-0818-29/+207
|
* new lint: empty_inheritAkshay2021-12-044-0/+71
|
* remove lint: unquoted_spliceAkshay2021-11-281-1/+1
|
* introduce --config flagAkshay2021-11-2814-27/+20
|
* add snapshot test suitesnapshot-testsAkshay2021-11-081-3/+7
|
* add missing explanation to deprecated_is_nullAkshay2021-11-041-0/+19
|
* new lint: deprecated_is_nullAkshay2021-11-043-0/+47
|
* new lint: unquoted_uriAkshay2021-11-022-0/+64
|
* apply clippy lintsfigsoda2021-11-022-3/+3
|
* fix testsfigsoda2021-11-0111-22/+22
|
* add `explain` subcommand and explanations to all lintsAkshay2021-10-3112-44/+308
|
* report syntax errors as statix errorsAkshay2021-10-291-4/+41
| | | | | | - statix now reports errors also, not just warnings - all diagnostics are available on stderr stream - non-utf8 files are skipped, does not eject early
* filter out invalid eta-reductionsDaniel Thwaites2021-10-291-4/+13
| | | | | if the remaining expression after eta-reduction still contains the removed function argument, eta-reduction is not possible.
* improve json outputAkshay2021-10-282-0/+7
| | | | | The `at` field now includes a `from` and `to` position with line and column information, instead of a [usize; 2].
* fix fp with manual_inherit and manual_inherit_fromAkshay2021-10-283-10/+11
| | | | | | the lint also needed to validate if the length of the path component was exactly one, and not just check if the first component matches the value.
* add 3 new lints, bump to v0.2.3v0.2.3Akshay2021-10-275-0/+118
| | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice
* allow stdin input to statix-single, vim pluginv0.2.2Akshay2021-10-271-0/+7
|
* add MIT licensev0.2.1Akshay2021-10-271-0/+1
|
* set internal crates to 0.0.0, bump to v0.2.0v0.2.0Akshay2021-10-262-2/+5
|
* add support for json outAkshay2021-10-242-0/+54
|
* add suggestion application logicAkshay2021-10-231-0/+22
|
* fix useless_parens: lint on idents as wellAkshay2021-10-231-0/+1
|
* minor refactorAkshay2021-10-193-6/+5
|
* rework few error messagesAkshay2021-10-194-4/+11
|
* new lint: useless_parensAkshay2021-10-153-2/+102
|
* allow match_kind to accept multiple kindsAkshay2021-10-151-5/+7
|
* new lint: eta_reductionAkshay2021-10-082-0/+52
|
* consistent namingAkshay2021-10-034-8/+8
|
* new lint: collapsible_let_inAkshay2021-10-035-4/+70
|
* new lint: legacy_let_syntaxAkshay2021-10-024-15/+129
|
* new lint: manual_inherit_fromAkshay2021-10-024-1/+60
|
* new lint: manual_inheritAkshay2021-10-024-4/+58
|
* new lint: empty-let-inAkshay2021-10-023-3/+46
|
* add error code and report codegen, document a bitAkshay2021-09-212-28/+54
|
* add suggestion to bool_comparisonAkshay2021-09-213-40/+110
|
* implement lint_mapAkshay2021-09-153-27/+57
|
* add demo lint: bool_comparisonAkshay2021-09-134-5/+129
|
* restructure repo into bin, lib and macrosAkshay2021-09-112-0/+15