Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | exit with non-zero status if warnings are present | Akshay | 2022-01-23 | 1 | -7/+10 |
| | |||||
* | Merge pull request #33 from nerdypepper/fix/nix-presence | Akshay | 2022-01-23 | 3 | -6/+3 |
|\ | | | | | fix: nix binary should not be mandatory | ||||
| * | fix: nix binary should not be mandatoryfix/nix-presence | Akshay | 2022-01-23 | 3 | -6/+3 |
|/ | |||||
* | Merge branch 'add/cachix-build-action' | Akshay | 2022-01-15 | 1 | -0/+36 |
|\ | |||||
| * | remove test matrixadd/cachix-build-action | Akshay | 2022-01-15 | 1 | -29/+1 |
| | | | | | | | | `nix build` already performs `cargo test` | ||||
| * | disable macos for now | Akshay | 2022-01-15 | 1 | -1/+0 |
| | | |||||
| * | init build & test flow | Akshay | 2022-01-15 | 1 | -0/+65 |
| | | |||||
* | | bump flake.lock | Akshay | 2022-01-15 | 1 | -9/+9 |
|/ | |||||
* | bump to v0.5.0v0.5.0 | Akshay | 2022-01-15 | 2 | -2/+2 |
| | |||||
* | 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 | 4 | -29/+22 |
| | |||||
* | allow for version based lints | Akshay | 2022-01-08 | 30 | -85/+375 |
| | |||||
* | docs: add homebrew installation | Rui Chen | 2021-12-14 | 1 | -1/+7 |
| | | | | Signed-off-by: Rui Chen <[email protected]> | ||||
* | Merge pull request #26 from Gerschtli/aarch64 | Akshay | 2021-12-09 | 1 | -1/+1 |
|\ | | | | | Add aarch64-linux as supported system in flake.nix | ||||
| * | add aarch64-linux as supported system in flake.nix | Tobias Happ | 2021-12-06 | 1 | -1/+1 |
|/ | |||||
* | bump to v0.4.2v0.4.2 | Akshay | 2021-12-04 | 2 | -2/+2 |
| | |||||
* | remove tests for unquoted_splices | Akshay | 2021-12-04 | 2 | -16/+1 |
| | |||||
* | new lint: empty_inherit | Akshay | 2021-12-04 | 6 | -0/+87 |
| | |||||
* | remove lint: unquoted_splice | Akshay | 2021-11-28 | 7 | -18/+18 |
| | |||||
* | fix spell err in readme.md | Akshay | 2021-11-28 | 1 | -1/+2 |
| | |||||
* | bump to v0.4.1v0.4.1 | Akshay | 2021-11-28 | 2 | -2/+2 |
| | |||||
* | document configuration and `--config` flag | Akshay | 2021-11-28 | 1 | -0/+39 |
| | |||||
* | introduce --config flag | Akshay | 2021-11-28 | 26 | -103/+231 |
| | |||||
* | add snapshot test suitesnapshot-tests | Akshay | 2021-11-08 | 35 | -49/+665 |
| | |||||
* | bump to v0.4.0v0.4.0 | Akshay | 2021-11-06 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | introduce ReadOnlyVfs::singleton | Akshay | 2021-11-06 | 1 | -0/+5 |
| | | | | | create a VFS with exactly one file, handy for operations involving a single buffer or file | ||||
* | add missing explanation to deprecated_is_null | Akshay | 2021-11-04 | 1 | -0/+19 |
| | |||||
* | bump to v0.3.6v0.3.6 | Akshay | 2021-11-04 | 3 | -5/+13 |
| | |||||
* | fix globs not ignore files correctly | Akshay | 2021-11-04 | 1 | -1/+5 |
| | |||||
* | Squashed commit of the following: | Akshay | 2021-11-04 | 6 | -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_null | Akshay | 2021-11-04 | 4 | -0/+49 |
| | |||||
* | new lint: unquoted_uri | Akshay | 2021-11-02 | 3 | -0/+65 |
| | |||||
* | apply clippy lints | figsoda | 2021-11-02 | 8 | -17/+14 |
| | |||||
* | bump to v0.3.5v0.3.5 | Akshay | 2021-11-01 | 3 | -3/+2 |
| | |||||
* | simplify flake a bit, remove statix warning | Akshay | 2021-11-01 | 1 | -14/+20 |
| | |||||
* | clean up flake.nix | figsoda | 2021-11-01 | 2 | -113/+87 |
| | |||||
* | bump to v0.3.4v0.3.4 | Akshay | 2021-11-01 | 3 | -3/+3 |
| | |||||
* | Merge branch 'fix-tests' | Akshay | 2021-11-01 | 11 | -22/+22 |
|\ | |||||
| * | fix tests | figsoda | 2021-11-01 | 11 | -22/+22 |
|/ | |||||
* | fix broken flake buildsv0.3.3 | Akshay | 2021-10-31 | 3 | -7/+4 |
| | |||||
* | bump to v0.3.2v0.3.2 | Akshay | 2021-10-31 | 4 | -6/+43 |
| | |||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 19 | -206/+578 |
| | |||||
* | bump to v0.3.1v0.3.1 | Akshay | 2021-10-29 | 3 | -3/+3 |
| | |||||
* | Add support for macOS on intel | Andreas Fuchs | 2021-10-29 | 1 | -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.0 | Akshay | 2021-10-29 | 4 | -3/+11 |
| | | | | also add release checklist | ||||
* | report syntax errors as statix errors | Akshay | 2021-10-29 | 6 | -41/+89 |
| | | | | | | - statix now reports errors also, not just warnings - all diagnostics are available on stderr stream - non-utf8 files are skipped, does not eject early |