aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* apply style suggestionfeat/exit-codeAkshay2022-01-281-6/+3
|
* 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
|
* bump to v0.3.4v0.3.4Akshay2021-11-013-3/+3
|
* Merge branch 'fix-tests'Akshay2021-11-0111-22/+22
|\
| * fix testsfigsoda2021-11-0111-22/+22
|/
* fix broken flake buildsv0.3.3Akshay2021-10-313-7/+4
|
* bump to v0.3.2v0.3.2Akshay2021-10-314-6/+43
|
* add `explain` subcommand and explanations to all lintsAkshay2021-10-3119-206/+578
|
* bump to v0.3.1v0.3.1Akshay2021-10-293-3/+3
|
* Add support for macOS on intelAndreas Fuchs2021-10-291-2/+2
| | | | | | This adds x86_64-darwin as a supported target, and adds libiconv to the native build dependencies, as otherwise the rust crate can't be compiled on Darwin.
* bump to v0.3.0v0.3.0Akshay2021-10-294-3/+11
| | | | also add release checklist