aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* bump to v0.3.5v0.3.5Akshay2021-11-011-1/+1
|
* bump to v0.3.4v0.3.4Akshay2021-11-011-1/+1
|
* fix broken flake buildsv0.3.3Akshay2021-10-311-1/+1
|
* bump to v0.3.2v0.3.2Akshay2021-10-311-1/+1
|
* add `explain` subcommand and explanations to all lintsAkshay2021-10-314-0/+54
|
* bump to v0.3.1v0.3.1Akshay2021-10-291-1/+1
|
* bump to v0.3.0v0.3.0Akshay2021-10-291-1/+1
| | | | also add release checklist
* 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-282-4/+12
|
* fix version command not fetching latest versionAkshay2021-10-282-2/+3
|
* 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].
* bump to v0.2.4v0.2.4Akshay2021-10-281-1/+1
|
* 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.
* add 3 new lints, bump to v0.2.3v0.2.3Akshay2021-10-271-1/+1
| | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice
* allow stdin input to statix-single, vim pluginv0.2.2Akshay2021-10-274-23/+31
|
* add MIT licensev0.2.1Akshay2021-10-271-0/+1
|
* set internal crates to 0.0.0, bump to v0.2.0v0.2.0Akshay2021-10-267-25/+36
|
* 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-242-2/+55
|
* add support for errfmt friendly outputAkshay2021-10-232-41/+96
|
* simplify flakeAkshay2021-10-231-1/+1
|
* initial implementation of multipass code fixerAkshay2021-10-236-26/+212
|
* minor refactorAkshay2021-10-191-4/+4
|
* refactor out lint runner into lint moduleAkshay2021-10-193-48/+49
|
* fully flesh out CLIAkshay2021-10-195-67/+331
|
* don't report fix on stderrAkshay2021-10-031-23/+14
|
* rename to statix, skip self env argAkshay2021-10-022-6/+11
|
* use stderr by default, improved macro codeAkshay2021-09-211-12/+29
|
* init cli entrypointAkshay2021-09-152-1/+84
|
* restructure repo into bin, lib and macrosAkshay2021-09-112-0/+11