aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* parallelize statix-checkAkshay2022-02-191-0/+2
|
* allow for version based lintsAkshay2022-01-081-1/+3
|
* new lint: empty_inheritAkshay2021-12-041-0/+1
|
* introduce --config flagAkshay2021-11-281-13/+6
|
* add `explain` subcommand and explanations to all lintsAkshay2021-10-311-13/+17
|
* 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
* improve json outputAkshay2021-10-281-0/+6
| | | | | 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-281-0/+1
| | | | | | 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.
* allow stdin input to statix-single, vim pluginv0.2.2Akshay2021-10-271-0/+7
|
* set internal crates to 0.0.0, bump to v0.2.0v0.2.0Akshay2021-10-261-1/+4
|
* add support for json outAkshay2021-10-241-0/+44
|
* add suggestion application logicAkshay2021-10-231-0/+22
|
* rework few error messagesAkshay2021-10-191-0/+7
|
* allow match_kind to accept multiple kindsAkshay2021-10-151-5/+7
|
* new lint: collapsible_let_inAkshay2021-10-031-4/+4
|
* new lint: legacy_let_syntaxAkshay2021-10-021-11/+32
|
* new lint: empty-let-inAkshay2021-10-021-3/+3
|
* add error code and report codegen, document a bitAkshay2021-09-211-24/+52
|
* add suggestion to bool_comparisonAkshay2021-09-211-6/+36
|
* implement lint_mapAkshay2021-09-151-21/+48
|
* add demo lint: bool_comparisonAkshay2021-09-131-5/+45
|
* restructure repo into bin, lib and macrosAkshay2021-09-111-0/+7