Dunolint.Config
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
This part relate to making dunolint ignor parts of your project, namely not visiting entire sub directories of your repo.
module Skip_subtree : sig ... end
val skip_subtree : t -> Skip_subtree.t Base.option
module Rule : sig ... end
val create :
?skip_subtree:Skip_subtree.t ->
?rules:Rule.t Base.list ->
Base.unit ->
t
module Std : sig ... end