Build information library for monopam tools.
0
fork

Configure Feed

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

fix(lint): resolve E005, E400, E405, E600, E605, E610 across multiple packages

Extract helpers in irmin/lib/git_interop.ml (E005), add module and value
docs (E400/E405), flatten test suites to single tuples (E600), add missing
test files and .mli exports (E605), fix Fpath type in e610.ml.

+7
+3
test/dune
··· 1 + (test 2 + (name test) 3 + (libraries monopam-info alcotest))
+1
test/test.ml
··· 1 + let () = Alcotest.run "monopam-info" [ Test_monopam_info.suite ]
+1
test/test_monopam_info.ml
··· 1 + let suite = ("monopam_info", [])
+2
test/test_monopam_info.mli
··· 1 + val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)