aboutsummaryrefslogtreecommitdiff
path: root/bin/src
Commit message (Expand)AuthorAgeFilesLines
* add `ignore` to statix.tomlv0.5.5Akshay2022-05-013-9/+21
* show only available out-formatsAkshay2022-02-201-1/+2
* new subcommand: statix-listAkshay2022-02-204-2/+24
* parallelize statix-checkAkshay2022-02-191-2/+7
* fix: statix always exits with exit code 1Akshay2022-02-081-1/+1
* exit with non-zero status if warnings are presentAkshay2022-01-231-7/+10
* fix: nix binary should not be mandatoryfix/nix-presenceAkshay2022-01-231-4/+1
* ignore `.git` by defaultAkshay2022-01-141-0/+3
* fix bug with overriding of config combined with serdeAkshay2022-01-141-6/+18
* add dump command, support version overrides in statix.tomlsession-infoAkshay2022-01-148-57/+84
* refactor parsing code, simplify testsAkshay2022-01-141-1/+3
* allow for version based lintsAkshay2022-01-087-21/+80
* remove lint: unquoted_spliceAkshay2021-11-283-4/+4
* introduce --config flagAkshay2021-11-289-70/+195
* add snapshot test suitesnapshot-testsAkshay2021-11-083-19/+20
* output check diagnostics on stdout instead of stderrAkshay2021-11-061-2/+2
* introducing "streaming" option to check, fix and singleAkshay2021-11-065-92/+205
* fix globs not ignore files correctlyAkshay2021-11-041-1/+5
* Squashed commit of the following:Akshay2021-11-044-99/+120
* apply clippy lintsfigsoda2021-11-025-13/+10
* add `explain` subcommand and explanations to all lintsAkshay2021-10-314-0/+54
* report syntax errors as statix errorsAkshay2021-10-295-37/+48
* improve json output for suggestions, bump to v0.2.5v0.2.5Akshay2021-10-281-3/+11
* fix version command not fetching latest versionAkshay2021-10-281-2/+1
* improve json outputAkshay2021-10-281-16/+80
* fix fp with manual_inherit and manual_inherit_fromAkshay2021-10-282-10/+13
* allow stdin input to statix-single, vim pluginv0.2.2Akshay2021-10-273-22/+30
* set internal crates to 0.0.0, bump to v0.2.0v0.2.0Akshay2021-10-266-24/+35
* 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
* rework cli, fix is now a flag, implement dry-run modeAkshay2021-10-244-98/+75
* add support for json outAkshay2021-10-241-2/+43
* add support for errfmt friendly outputAkshay2021-10-232-41/+96
* simplify flakeAkshay2021-10-231-1/+1
* initial implementation of multipass code fixerAkshay2021-10-235-25/+210
* minor refactorAkshay2021-10-191-4/+4
* refactor out lint runner into lint moduleAkshay2021-10-193-48/+49
* fully flesh out CLIAkshay2021-10-194-66/+327
* don't report fix on stderrAkshay2021-10-031-23/+14
* rename to statix, skip self env argAkshay2021-10-021-5/+10
* use stderr by default, improved macro codeAkshay2021-09-211-12/+29
* init cli entrypointAkshay2021-09-151-1/+80
* restructure repo into bin, lib and macrosAkshay2021-09-111-0/+3