aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add snapshot test suitesnapshot-testsAkshay2021-11-0835-49/+665
|
* bump to v0.4.0v0.4.0Akshay2021-11-062-2/+2
|
* output check diagnostics on stdout instead of stderrAkshay2021-11-061-2/+2
|
* introducing "streaming" option to check, fix and singleAkshay2021-11-065-92/+205
|
* introduce ReadOnlyVfs::singletonAkshay2021-11-061-0/+5
| | | | | create a VFS with exactly one file, handy for operations involving a single buffer or file
* add missing explanation to deprecated_is_nullAkshay2021-11-041-0/+19
|
* bump to v0.3.6v0.3.6Akshay2021-11-043-5/+13
|
* fix globs not ignore files correctlyAkshay2021-11-041-1/+5
|
* Squashed commit of the following:Akshay2021-11-046-101/+185
| | | | | | | | | | | commit c0487a3b8bb3d9df1e290579bbbd425f7707b5bd Author: Akshay <[email protected]> Date: Thu Nov 4 18:46:03 2021 +0530 use ignore crate to enforce simpler ignore rules - also respects .gitignore by default - adds new flag `-u` to unrestrict statix
* new lint: deprecated_is_nullAkshay2021-11-044-0/+49
|
* new lint: unquoted_uriAkshay2021-11-023-0/+65
|
* apply clippy lintsfigsoda2021-11-028-17/+14
|
* bump to v0.3.5v0.3.5Akshay2021-11-013-3/+2
|
* simplify flake a bit, remove statix warningAkshay2021-11-011-14/+20
|
* clean up flake.nixfigsoda2021-11-012-113/+87
|
* bump to v0.3.4v0.3.4Akshay2021-11-013-3/+3
|
* Merge branch 'fix-tests'Akshay2021-11-0111-22/+22
|\
| * fix testsfigsoda2021-11-0111-22/+22
|/
* fix broken flake buildsv0.3.3Akshay2021-10-313-7/+4
|
* bump to v0.3.2v0.3.2Akshay2021-10-314-6/+43
|
* add `explain` subcommand and explanations to all lintsAkshay2021-10-3119-206/+578
|
* bump to v0.3.1v0.3.1Akshay2021-10-293-3/+3
|
* Add support for macOS on intelAndreas Fuchs2021-10-291-2/+2
| | | | | | This adds x86_64-darwin as a supported target, and adds libiconv to the native build dependencies, as otherwise the rust crate can't be compiled on Darwin.
* bump to v0.3.0v0.3.0Akshay2021-10-294-3/+11
| | | | also add release checklist
* report syntax errors as statix errorsAkshay2021-10-296-41/+89
| | | | | | - 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-reductionsDaniel Thwaites2021-10-291-4/+13
| | | | | if the remaining expression after eta-reduction still contains the removed function argument, eta-reduction is not possible.
* improve json output for suggestions, bump to v0.2.5v0.2.5Akshay2021-10-284-6/+14
|
* fix version command not fetching latest versionAkshay2021-10-282-2/+3
|
* improve json outputAkshay2021-10-283-16/+87
| | | | | The `at` field now includes a `from` and `to` position with line and column information, instead of a [usize; 2].
* bump to v0.2.4v0.2.4Akshay2021-10-283-4/+4
|
* fix fp with manual_inherit and manual_inherit_fromAkshay2021-10-285-20/+24
| | | | | | 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.3Akshay2021-10-279-3/+128
| | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice
* allow stdin input to statix-single, vim pluginv0.2.2Akshay2021-10-278-25/+69
|
* add MIT licensev0.2.1Akshay2021-10-276-0/+30
|
* set internal crates to 0.0.0, bump to v0.2.0v0.2.0Akshay2021-10-2614-44/+58
|
* fix single fix commandAkshay2021-10-263-16/+40
|
* fix minor bug with out-formatAkshay2021-10-251-4/+18
|
* rework cli, use subcommands insteadAkshay2021-10-256-208/+326
|
* flake build with json feature, add better usage docsAkshay2021-10-243-34/+77
|
* rework cli, fix is now a flag, implement dry-run modeAkshay2021-10-245-102/+120
|
* add support for json outAkshay2021-10-245-2/+156
|
* add support for errfmt friendly outputAkshay2021-10-232-41/+96
|
* add flake appAkshay2021-10-231-0/+6
|
* simplify flakeAkshay2021-10-232-9/+14
|
* initial implementation of multipass code fixerAkshay2021-10-237-26/+219
|
* add suggestion application logicAkshay2021-10-231-0/+22
|
* fix useless_parens: lint on idents as wellAkshay2021-10-231-0/+1
|
* minor refactorAkshay2021-10-195-11/+10
|
* add default.nix and shell.nix with flake-compatAkshay2021-10-194-22/+12
|
* fix flake buildsAkshay2021-10-193-104/+96
|