Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump to v0.5.3 | Michael Schneider | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | fix: statix always exits with exit code 1 | Akshay | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | new lint: deprecated_to_path | Akshay | 2022-01-30 | 3 | -1/+42 |
| | |||||
* | new lint: faster_zipattrswith | Akshay | 2022-01-30 | 3 | -2/+36 |
| | |||||
* | do not use git dependencyfeat/nix-2.5 | Akshay | 2022-01-29 | 1 | -4/+1 |
| | |||||
* | bump rnix to latest master, support nix 2.5 syntax | Akshay | 2022-01-29 | 1 | -1/+4 |
| | |||||
* | do not raise empty_pattern on nixos modules | Akshay | 2022-01-29 | 1 | -0/+8 |
| | |||||
* | bump to v0.5.2v0.5.2 | Akshay | 2022-01-28 | 1 | -1/+1 |
| | |||||
* | exit with non-zero status if warnings are present | Akshay | 2022-01-23 | 1 | -7/+10 |
| | |||||
* | fix: nix binary should not be mandatoryfix/nix-presence | Akshay | 2022-01-23 | 2 | -5/+2 |
| | |||||
* | bump to v0.5.0v0.5.0 | Akshay | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | ignore `.git` by default | Akshay | 2022-01-14 | 1 | -0/+3 |
| | |||||
* | fix bug with overriding of config combined with serde | Akshay | 2022-01-14 | 1 | -6/+18 |
| | |||||
* | add dump command, support version overrides in statix.tomlsession-info | Akshay | 2022-01-14 | 8 | -57/+84 |
| | |||||
* | refactor parsing code, simplify tests | Akshay | 2022-01-14 | 2 | -3/+5 |
| | |||||
* | allow for version based lints | Akshay | 2022-01-08 | 10 | -45/+157 |
| | |||||
* | bump to v0.4.2v0.4.2 | Akshay | 2021-12-04 | 1 | -1/+1 |
| | |||||
* | remove tests for unquoted_splices | Akshay | 2021-12-04 | 2 | -16/+1 |
| | |||||
* | new lint: empty_inherit | Akshay | 2021-12-04 | 2 | -0/+16 |
| | |||||
* | remove lint: unquoted_splice | Akshay | 2021-11-28 | 3 | -4/+4 |
| | |||||
* | bump to v0.4.1v0.4.1 | Akshay | 2021-11-28 | 1 | -1/+1 |
| | |||||
* | introduce --config flag | Akshay | 2021-11-28 | 10 | -75/+200 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 31 | -20/+489 |
| | |||||
* | bump to v0.4.0v0.4.0 | Akshay | 2021-11-06 | 1 | -1/+1 |
| | |||||
* | output check diagnostics on stdout instead of stderr | Akshay | 2021-11-06 | 1 | -2/+2 |
| | |||||
* | introducing "streaming" option to check, fix and single | Akshay | 2021-11-06 | 5 | -92/+205 |
| | |||||
* | bump to v0.3.6v0.3.6 | Akshay | 2021-11-04 | 1 | -1/+1 |
| | |||||
* | fix globs not ignore files correctly | Akshay | 2021-11-04 | 1 | -1/+5 |
| | |||||
* | Squashed commit of the following: | Akshay | 2021-11-04 | 5 | -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 lints | figsoda | 2021-11-02 | 5 | -13/+10 |
| | |||||
* | bump to v0.3.5v0.3.5 | Akshay | 2021-11-01 | 1 | -1/+1 |
| | |||||
* | bump to v0.3.4v0.3.4 | Akshay | 2021-11-01 | 1 | -1/+1 |
| | |||||
* | fix broken flake buildsv0.3.3 | Akshay | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | bump to v0.3.2v0.3.2 | Akshay | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 4 | -0/+54 |
| | |||||
* | bump to v0.3.1v0.3.1 | Akshay | 2021-10-29 | 1 | -1/+1 |
| | |||||
* | bump to v0.3.0v0.3.0 | Akshay | 2021-10-29 | 1 | -1/+1 |
| | | | | also add release checklist | ||||
* | report syntax errors as statix errors | Akshay | 2021-10-29 | 5 | -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.5 | Akshay | 2021-10-28 | 2 | -4/+12 |
| | |||||
* | fix version command not fetching latest version | Akshay | 2021-10-28 | 2 | -2/+3 |
| | |||||
* | improve json output | Akshay | 2021-10-28 | 1 | -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.4 | Akshay | 2021-10-28 | 1 | -1/+1 |
| | |||||
* | fix fp with manual_inherit and manual_inherit_from | Akshay | 2021-10-28 | 2 | -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.3 | Akshay | 2021-10-27 | 1 | -1/+1 |
| | | | | | | - empty_pattern - redundant_pattern_bind - unquoted_splice | ||||
* | allow stdin input to statix-single, vim pluginv0.2.2 | Akshay | 2021-10-27 | 4 | -23/+31 |
| | |||||
* | add MIT licensev0.2.1 | Akshay | 2021-10-27 | 1 | -0/+1 |
| | |||||
* | set internal crates to 0.0.0, bump to v0.2.0v0.2.0 | Akshay | 2021-10-26 | 7 | -25/+36 |
| | |||||
* | fix single fix command | Akshay | 2021-10-26 | 3 | -16/+40 |
| | |||||
* | fix minor bug with out-format | Akshay | 2021-10-25 | 1 | -4/+18 |
| | |||||
* | rework cli, use subcommands instead | Akshay | 2021-10-25 | 6 | -208/+326 |
| |