aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints
Commit message (Collapse)AuthorAgeFilesLines
* add 3 new lints, bump to v0.2.3v0.2.3Akshay2021-10-273-0/+111
| | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice
* fix useless_parens: lint on idents as wellAkshay2021-10-231-0/+1
|
* minor refactorAkshay2021-10-193-6/+5
|
* rework few error messagesAkshay2021-10-193-4/+4
|
* new lint: useless_parensAkshay2021-10-151-0/+99
|
* new lint: eta_reductionAkshay2021-10-081-0/+51
|
* consistent namingAkshay2021-10-034-8/+8
|
* new lint: collapsible_let_inAkshay2021-10-031-0/+60
|
* new lint: legacy_let_syntaxAkshay2021-10-021-0/+55
|
* new lint: manual_inherit_fromAkshay2021-10-022-1/+50
|
* new lint: manual_inheritAkshay2021-10-022-2/+44
|
* new lint: empty-let-inAkshay2021-10-021-0/+42
|
* add error code and report codegen, document a bitAkshay2021-09-211-4/+2
|
* add suggestion to bool_comparisonAkshay2021-09-211-34/+54
|
* implement lint_mapAkshay2021-09-151-4/+4
|
* add demo lint: bool_comparisonAkshay2021-09-131-0/+78