Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not raise empty_pattern on nixos modules | Akshay | 2022-01-29 | 1 | -7/+29 |
| | |||||
* | refactor parsing code, simplify tests | Akshay | 2022-01-14 | 2 | -26/+17 |
| | |||||
* | allow for version based lints | Akshay | 2022-01-08 | 18 | -29/+207 |
| | |||||
* | new lint: empty_inherit | Akshay | 2021-12-04 | 4 | -0/+71 |
| | |||||
* | remove lint: unquoted_splice | Akshay | 2021-11-28 | 1 | -1/+1 |
| | |||||
* | introduce --config flag | Akshay | 2021-11-28 | 14 | -27/+20 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 1 | -3/+7 |
| | |||||
* | add missing explanation to deprecated_is_null | Akshay | 2021-11-04 | 1 | -0/+19 |
| | |||||
* | new lint: deprecated_is_null | Akshay | 2021-11-04 | 3 | -0/+47 |
| | |||||
* | new lint: unquoted_uri | Akshay | 2021-11-02 | 2 | -0/+64 |
| | |||||
* | apply clippy lints | figsoda | 2021-11-02 | 2 | -3/+3 |
| | |||||
* | fix tests | figsoda | 2021-11-01 | 11 | -22/+22 |
| | |||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 12 | -44/+308 |
| | |||||
* | 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 | ||||
* | filter out invalid eta-reductions | Daniel Thwaites | 2021-10-29 | 1 | -4/+13 |
| | | | | | if the remaining expression after eta-reduction still contains the removed function argument, eta-reduction is not possible. | ||||
* | improve json output | Akshay | 2021-10-28 | 2 | -0/+7 |
| | | | | | 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 | 3 | -10/+11 |
| | | | | | | 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. | ||||
* | add 3 new lints, bump to v0.2.3v0.2.3 | Akshay | 2021-10-27 | 5 | -0/+118 |
| | | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice | ||||
* | allow stdin input to statix-single, vim pluginv0.2.2 | Akshay | 2021-10-27 | 1 | -0/+7 |
| | |||||
* | add MIT licensev0.2.1 | Akshay | 2021-10-27 | 1 | -0/+1 |
| | |||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 2 | -2/+5 |
| | |||||
* | add support for json out | Akshay | 2021-10-24 | 2 | -0/+54 |
| | |||||
* | add suggestion application logic | Akshay | 2021-10-23 | 1 | -0/+22 |
| | |||||
* | fix useless_parens: lint on idents as well | Akshay | 2021-10-23 | 1 | -0/+1 |
| | |||||
* | minor refactor | Akshay | 2021-10-19 | 3 | -6/+5 |
| | |||||
* | rework few error messages | Akshay | 2021-10-19 | 4 | -4/+11 |
| | |||||
* | new lint: useless_parens | Akshay | 2021-10-15 | 3 | -2/+102 |
| | |||||
* | allow match_kind to accept multiple kinds | Akshay | 2021-10-15 | 1 | -5/+7 |
| | |||||
* | new lint: eta_reduction | Akshay | 2021-10-08 | 2 | -0/+52 |
| | |||||
* | consistent naming | Akshay | 2021-10-03 | 4 | -8/+8 |
| | |||||
* | new lint: collapsible_let_in | Akshay | 2021-10-03 | 5 | -4/+70 |
| | |||||
* | new lint: legacy_let_syntax | Akshay | 2021-10-02 | 4 | -15/+129 |
| | |||||
* | new lint: manual_inherit_from | Akshay | 2021-10-02 | 4 | -1/+60 |
| | |||||
* | new lint: manual_inherit | Akshay | 2021-10-02 | 4 | -4/+58 |
| | |||||
* | new lint: empty-let-in | Akshay | 2021-10-02 | 3 | -3/+46 |
| | |||||
* | add error code and report codegen, document a bit | Akshay | 2021-09-21 | 2 | -28/+54 |
| | |||||
* | add suggestion to bool_comparison | Akshay | 2021-09-21 | 3 | -40/+110 |
| | |||||
* | implement lint_map | Akshay | 2021-09-15 | 3 | -27/+57 |
| | |||||
* | add demo lint: bool_comparison | Akshay | 2021-09-13 | 4 | -5/+129 |
| | |||||
* | restructure repo into bin, lib and macros | Akshay | 2021-09-11 | 2 | -0/+15 |