package dune-release

  1. Overview
  2. Docs

Module Dune_release.LintSource

Sourcetype t = [
  1. | `Std_files
  2. | `Opam
]

The type for lints.

Sourceval all : t list

all is a list with all lint values.

Sourceval lint_pkg : dry_run:bool -> dir:Fpath.t -> Pkg.t -> t list -> (int, Bos_setup.R.msg) Bos_setup.result

lint_pkg ~dry_run ~dir pkg lints performs the lint checks in lints on pkg located in dir.

OCaml

Innovation. Community. Security.