aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* do not raise empty-let when comments are presentfix/empty-let-in-commentAkshay2022-06-043-8/+26
|
* update readmeAkshay2022-05-011-2/+6
|
* add `ignore` to statix.tomlv0.5.5Akshay2022-05-017-12/+43
|
* show only available out-formatsAkshay2022-02-201-1/+2
| | | | | | | | | the json out-format is displayed only when statix is compiled with cargo bulid --all-features # or cargo build --features=json
* bump to v0.5.4v0.5.4Akshay2022-02-202-2/+2
|
* useless_has_attr: do not parenthesize select expressions in fixesAkshay2022-02-203-1/+10
| | | | | `select` expresisons are more tightly binding than `or` expressions, we do not have to parenthesize them when placed next to an `or`.
* new subcommand: statix-listAkshay2022-02-204-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: useless_has_attrAkshay2022-02-206-1/+133
|
* new lint: bool_simplificationAkshay2022-02-205-1/+84
| | | | TODO: add more patterns to this
* parallelize statix-checkAkshay2022-02-198-18/+117
|
* Merge pull request #36 from m1-s/update_versionv0.5.3Akshay2022-02-092-2/+2
|\ | | | | create release v0.5.3 for return code fix
| * bump to v0.5.3Michael Schneider2022-02-092-2/+2
|/
* fix: statix always exits with exit code 1Akshay2022-02-081-1/+1
|
* 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
|