Dune_release.LintSourceThe type for lints.
val lint_packages :
dry_run:bool ->
dir:Fpath.t ->
todo:[ `Opam | `Std_files ] list ->
Pkg.t ->
string list ->
(int, [ `Msg of string ]) Bos_setup.resultlint_packages ~dry_run ~dir ~todo pkg pkg_names performs the lint checks in todo on pkg located in dir for all opam files whose name is in pkg_names, or - if pkg_names is empty - for all packages in dir.