package dune-release

  1. Overview
  2. Docs
type t = [
  1. | `Std_files
  2. | `Opam
]

The type for lints.

val all : t list

all is a list with all lint values.

val 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.