Being able to specify the list of files I'd like to check on the command line would allow to run it in a git pre-commit hook, only checking the files that actually changed (which should be much quicker).
We'd also need to find a way to integrate that with ratchet checks.
Extension: Support for --stdin. Although, I don't know whether that makes any sense given how nixpkgs-vet operates. At least some checks don't make sense in the context of a "virtual" file like that (?), aka they look at other existing files in relation etc.
Being able to specify the list of files I'd like to check on the command line would allow to run it in a git pre-commit hook, only checking the files that actually changed (which should be much quicker).
We'd also need to find a way to integrate that with ratchet checks.
Extension: Support for
--stdin. Although, I don't know whether that makes any sense given how nixpkgs-vet operates. At least some checks don't make sense in the context of a "virtual" file like that (?), aka they look at other existing files in relation etc.