Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parallelize statix-check | Akshay | 2022-02-19 | 1 | -0/+2 |
| | |||||
* | allow for version based lints | Akshay | 2022-01-08 | 1 | -1/+3 |
| | |||||
* | new lint: empty_inherit | Akshay | 2021-12-04 | 1 | -0/+1 |
| | |||||
* | introduce --config flag | Akshay | 2021-11-28 | 1 | -13/+6 |
| | |||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 1 | -13/+17 |
| | |||||
* | report syntax errors as statix errors | Akshay | 2021-10-29 | 1 | -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 output | Akshay | 2021-10-28 | 1 | -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_from | Akshay | 2021-10-28 | 1 | -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.2 | Akshay | 2021-10-27 | 1 | -0/+7 |
| | |||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 1 | -1/+4 |
| | |||||
* | add support for json out | Akshay | 2021-10-24 | 1 | -0/+44 |
| | |||||
* | add suggestion application logic | Akshay | 2021-10-23 | 1 | -0/+22 |
| | |||||
* | rework few error messages | Akshay | 2021-10-19 | 1 | -0/+7 |
| | |||||
* | allow match_kind to accept multiple kinds | Akshay | 2021-10-15 | 1 | -5/+7 |
| | |||||
* | new lint: collapsible_let_in | Akshay | 2021-10-03 | 1 | -4/+4 |
| | |||||
* | new lint: legacy_let_syntax | Akshay | 2021-10-02 | 1 | -11/+32 |
| | |||||
* | new lint: empty-let-in | Akshay | 2021-10-02 | 1 | -3/+3 |
| | |||||
* | add error code and report codegen, document a bit | Akshay | 2021-09-21 | 1 | -24/+52 |
| | |||||
* | add suggestion to bool_comparison | Akshay | 2021-09-21 | 1 | -6/+36 |
| | |||||
* | implement lint_map | Akshay | 2021-09-15 | 1 | -21/+48 |
| | |||||
* | add demo lint: bool_comparison | Akshay | 2021-09-13 | 1 | -5/+45 |
| | |||||
* | restructure repo into bin, lib and macros | Akshay | 2021-09-11 | 1 | -0/+7 |