ocaml-opam / Camelus

Bot posting reports on opam-repository pull-request using a web hook
Other
18 stars 9 forks source link

Verify that dev-repo is valid #19

Open rgrinberg opened 6 years ago

rgrinberg commented 6 years ago

By doing $ opam source --dev on it. It should be able to catch issues like this:

https://github.com/ocaml/opam-repository/pull/11342

cc @avsm

AltGr commented 6 years ago

Good idea, thanks!

Shouldn't that be part of the normal linting process (which is built-in opam) ?

It'd be useful for local linting, as well. Although you probably don't want it when linting a whole repository...