aboutsummaryrefslogtreecommitdiff
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
* rework docs and readmeAkshay2022-01-304-34/+48
|
* new lint: deprecated_to_pathAkshay2022-01-305-1/+102
|
* fix statix warningsAkshay2022-01-302-2/+2
|
* new lint: faster_zipattrswithAkshay2022-01-305-2/+109
|
* do not use git dependencyfeat/nix-2.5Akshay2022-01-293-9/+4
|
* bump rnix to latest master, support nix 2.5 syntaxAkshay2022-01-295-7/+14
|
* do not raise empty_pattern on nixos modulesAkshay2022-01-292-7/+37
|
* bump to v0.5.2v0.5.2Akshay2022-01-282-2/+2
|
* Merge pull request #34 from nerdypepper/feat/exit-codeAkshay2022-01-281-7/+10
|\ | | | | exit with non-zero status if warnings are present
| * exit with non-zero status if warnings are presentAkshay2022-01-231-7/+10
|/
* Merge pull request #33 from nerdypepper/fix/nix-presenceAkshay2022-01-233-6/+3
|\ | | | | fix: nix binary should not be mandatory
| * fix: nix binary should not be mandatoryfix/nix-presenceAkshay2022-01-233-6/+3
|/
* Merge branch 'add/cachix-build-action'Akshay2022-01-151-0/+36
|\
| * remove test matrixadd/cachix-build-actionAkshay2022-01-151-29/+1
| | | | | | | | `nix build` already performs `cargo test`
| * disable macos for nowAkshay2022-01-151-1/+0
| |
| * init build & test flowAkshay2022-01-151-0/+65
| |
* | bump flake.lockAkshay2022-01-151-9/+9
|/
* bump to v0.5.0v0.5.0Akshay2022-01-152-2/+2
|
* 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-144-29/+22
|
* allow for version based lintsAkshay2022-01-0830-85/+375
|
* docs: add homebrew installationRui Chen2021-12-141-1/+7
| | | | Signed-off-by: Rui Chen <[email protected]>
* Merge pull request #26 from Gerschtli/aarch64Akshay2021-12-091-1/+1
|\ | | | | Add aarch64-linux as supported system in flake.nix
| * add aarch64-linux as supported system in flake.nixTobias Happ2021-12-061-1/+1
|/
* bump to v0.4.2v0.4.2Akshay2021-12-042-2/+2
|
* remove tests for unquoted_splicesAkshay2021-12-042-16/+1
|
* new lint: empty_inheritAkshay2021-12-046-0/+87
|
* remove lint: unquoted_spliceAkshay2021-11-287-18/+18
|
* fix spell err in readme.mdAkshay2021-11-281-1/+2
|
* bump to v0.4.1v0.4.1Akshay2021-11-282-2/+2
|
* document configuration and `--config` flagAkshay2021-11-281-0/+39
|
* introduce --config flagAkshay2021-11-2826-103/+231
|
* add snapshot test suitesnapshot-testsAkshay2021-11-0835-49/+665
|
* bump to v0.4.0v0.4.0Akshay2021-11-062-2/+2
|
* output check diagnostics on stdout instead of stderrAkshay2021-11-061-2/+2
|
* introducing "streaming" option to check, fix and singleAkshay2021-11-065-92/+205
|
* introduce ReadOnlyVfs::singletonAkshay2021-11-061-0/+5
| | | | | create a VFS with exactly one file, handy for operations involving a single buffer or file
* add missing explanation to deprecated_is_nullAkshay2021-11-041-0/+19
|
* bump to v0.3.6v0.3.6Akshay2021-11-043-5/+13
|
* fix globs not ignore files correctlyAkshay2021-11-041-1/+5
|
* Squashed commit of the following:Akshay2021-11-046-101/+185
| | | | | | | | | | | 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
* new lint: deprecated_is_nullAkshay2021-11-044-0/+49
|
* new lint: unquoted_uriAkshay2021-11-023-0/+65
|
* apply clippy lintsfigsoda2021-11-028-17/+14
|
* bump to v0.3.5v0.3.5Akshay2021-11-013-3/+2
|
* simplify flake a bit, remove statix warningAkshay2021-11-011-14/+20
|
* clean up flake.nixfigsoda2021-11-012-113/+87
|