aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints.rs
Commit message (Collapse)AuthorAgeFilesLines
* new lint: useless_has_attrAkshay2022-02-201-0/+1
|
* new lint: bool_simplificationAkshay2022-02-201-0/+1
| | | | TODO: add more patterns to this
* new lint: deprecated_to_pathAkshay2022-01-301-0/+1
|
* new lint: faster_zipattrswithAkshay2022-01-301-0/+1
|
* allow for version based lintsAkshay2022-01-081-0/+1
|
* new lint: empty_inheritAkshay2021-12-041-0/+1
|
* remove lint: unquoted_spliceAkshay2021-11-281-1/+1
|
* introduce --config flagAkshay2021-11-281-2/+2
|
* new lint: deprecated_is_nullAkshay2021-11-041-0/+1
|
* new lint: unquoted_uriAkshay2021-11-021-0/+1
|
* add 3 new lints, bump to v0.2.3v0.2.3Akshay2021-10-271-0/+3
| | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice
* new lint: useless_parensAkshay2021-10-151-0/+1
|
* new lint: eta_reductionAkshay2021-10-081-0/+1
|
* new lint: collapsible_let_inAkshay2021-10-031-0/+1
|
* new lint: legacy_let_syntaxAkshay2021-10-021-0/+1
|
* new lint: manual_inherit_fromAkshay2021-10-021-0/+1
|
* new lint: manual_inheritAkshay2021-10-021-0/+1
|
* new lint: empty-let-inAkshay2021-10-021-0/+1
|
* implement lint_mapAkshay2021-09-151-2/+5
|
* add demo lint: bool_comparisonAkshay2021-09-131-0/+2