You can search for identifiers within the package.
in-package search v0.2.0
type t = [
| `Std_files
| `Opam
]
The type for lints.
val all : t list
all is a list with all lint values.
all
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.
lint_pkg ~dry_run ~dir pkg lints
lints
pkg
dir