aboutsummaryrefslogtreecommitdiff
path: root/bin/src
Commit message (Collapse)AuthorAgeFilesLines
* add `ignore` to statix.tomlv0.5.5Akshay2022-05-013-9/+21
|
* show only available out-formatsAkshay2022-02-201-1/+2
| | | | | | | | | the json out-format is displayed only when statix is compiled with cargo bulid --all-features # or cargo build --features=json
* new subcommand: statix-listAkshay2022-02-204-2/+24
| | | | | | produces a list of lints with their error codes, handy for statix-explain or configuring the `disabled` array in .statix.toml
* 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
| | | | | | | | | | | 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
* 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
| | | | | | - 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 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
| | | | | 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-282-10/+13
| | | | | | 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-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