oppiliappan / statix

lints and suggestions for the nix programming language
https://git.peppe.rs/languages/statix/about
MIT License
557 stars 21 forks source link

exit with non-zero status if warnings are present #34

Closed oppiliappan closed 2 years ago

oppiliappan commented 2 years ago

should fix #20

m1-s commented 2 years ago

tested and worked as expected.

By the way the readme says to build with nix build git+https://git.peppe.rs/languages/statix but this did not work for me. Maybe it should say nix build git+https://github.com/nerdypepper/statix.git. Also to build this specific branch i used nix build github:nerdypepper/statix/feat/exit-code

oppiliappan commented 2 years ago

@m1-s strange, this: nix build git+https://git.peppe.rs/languages/statix works fine for me. What is the exact error? Could it have been some kind of spurious network error? Could you open another issue with the same?