aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor out lint runner into lint moduleAkshay2021-10-193-48/+49
|
* add some ideasAkshay2021-10-191-0/+42
|
* rework few error messagesAkshay2021-10-194-4/+11
|
* fully flesh out CLIAkshay2021-10-196-72/+632
|
* add vfsAkshay2021-10-193-1/+99
|
* add roadmapAkshay2021-10-151-0/+6
|
* new lint: useless_parensAkshay2021-10-153-2/+102
|
* allow match_kind to accept multiple kindsAkshay2021-10-152-7/+21
|
* new lint: eta_reductionAkshay2021-10-082-0/+52
|
* consistent namingAkshay2021-10-034-8/+8
|
* don't report fix on stderrAkshay2021-10-031-23/+14
|
* new lint: collapsible_let_inAkshay2021-10-036-4/+71
|
* new lint: legacy_let_syntaxAkshay2021-10-024-15/+129
|
* new lint: manual_inherit_fromAkshay2021-10-024-1/+60
|
* new lint: manual_inheritAkshay2021-10-025-4/+59
|
* update docs; nix-analyzer -> statixAkshay2021-10-023-78/+65
|
* new lint: empty-let-inAkshay2021-10-024-13/+56
|
* rename to statix, skip self env argAkshay2021-10-022-6/+11
|
* add error code and report codegen, document a bitAkshay2021-09-213-28/+83
|
* use stderr by default, improved macro codeAkshay2021-09-213-14/+39
|
* add suggestion to bool_comparisonAkshay2021-09-213-40/+110
|
* init cli entrypointAkshay2021-09-152-1/+84
|
* implement lint_mapAkshay2021-09-154-43/+97
|
* add demo lint: bool_comparisonAkshay2021-09-135-5/+308
|
* add proc-macro to define lintAkshay2021-09-132-5/+138
|
* restructure repo into bin, lib and macrosAkshay2021-09-119-112/+79
|
* remove direnvAkshay2021-09-103-2/+1
|
* initAkshay2021-09-108-0/+322