Monorepo management for opam overlays
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

monopam: fix doc-comment marker in lib/quality.mli

The {[ ... ]} block was a shell-command example showing the
[monopam quality] CLI, not OCaml. Switched to {v ... v} per the mdx
skill so future coverage walks do not try to typecheck it.

+5 -6
+5 -6
lib/quality.mli
··· 4 4 [(x-quality build test fuzz ...)]. [monopam quality] checks reality against 5 5 the policy and fails if any requirement is unmet. 6 6 7 - {[ 8 - monopam quality (* check all, fail if policy violated *) 9 - monopam quality crdt (* check one package *) 10 - monopam quality 11 - -- missing fuzz (* packages without fuzz *) 12 - ]} *) 7 + {v 8 + monopam quality # check all, fail if policy violated 9 + monopam quality crdt # check one package 10 + monopam quality -- missing fuzz # packages without fuzz 11 + v} *) 13 12 14 13 val all_features : string list 15 14 (** All known quality feature names. *)