summaryrefslogtreecommitdiffstats
path: root/tags/o/ocaml-dangling-cmi.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/o/ocaml-dangling-cmi.tag')
-rw-r--r--tags/o/ocaml-dangling-cmi.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/o/ocaml-dangling-cmi.tag b/tags/o/ocaml-dangling-cmi.tag
new file mode 100644
index 0000000..f1e5df4
--- /dev/null
+++ b/tags/o/ocaml-dangling-cmi.tag
@@ -0,0 +1,9 @@
+Tag: ocaml-dangling-cmi
+Severity: info
+Check: languages/ocaml/byte-code/interface
+Explanation: This OCaml package ships a byte code interface file <code>&ast;.cmi</code>
+ without the text version in a <code>&ast;.mli</code> file.
+ .
+ The text version should be shipped for documentation. If the module does not have
+ a <code>&ast;.mli</code> file, the source code in a <code>&ast;.ml</code> file
+ should be shipped instead.