aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* new subcommand: statix-listfeat/list-lintsAkshay2022-02-054-2/+24
| | | | | | produces a list of lints with their error codes, handy for statix-explain or configuring the `disabled` array in .statix.toml
* new lint: deprecated_to_pathAkshay2022-01-303-1/+42
|
* new lint: faster_zipattrswithAkshay2022-01-303-2/+36
|
* do not use git dependencyfeat/nix-2.5Akshay2022-01-291-4/+1
|
* bump rnix to latest master, support nix 2.5 syntaxAkshay2022-01-291-1/+4
|
* do not raise empty_pattern on nixos modulesAkshay2022-01-291-0/+8
|
* bump to v0.5.2v0.5.2Akshay2022-01-281-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-232-5/+2
|
* bump to v0.5.0v0.5.0Akshay2022-01-151-1/+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-142-3/+5
|
* allow for version based lintsAkshay2022-01-0810-45/+157
|
* bump to v0.4.2v0.4.2Akshay2021-12-041-1/+1
|
* remove tests for unquoted_splicesAkshay2021-12-042-16/+1
|
* new lint: empty_inheritAkshay2021-12-042-0/+16
|
* remove lint: unquoted_spliceAkshay2021-11-283-4/+4
|
* bump to v0.4.1v0.4.1Akshay2021-11-281-1/+1
|
* introduce --config flagAkshay2021-11-2810-75/+200
|
* add snapshot test suitesnapshot-testsAkshay2021-11-0831-20/+489
|
* bump to v0.4.0v0.4.0Akshay2021-11-061-1/+1
|
* output check diagnostics on stdout instead of stderrAkshay2021-11-061-2/+2
|
* introducing "streaming" option to check, fix and singleAkshay2021-11-065-92/+205
|
* bump to v0.3.6v0.3.6Akshay2021-11-041-1/+1
|
* fix globs not ignore files correctlyAkshay2021-11-041-1/+5
|
* Squashed commit of the following:Akshay2021-11-045-100/+121
| | | | | | | | | | | 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
|
* 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
|