Config.V0
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 option
module Rule : sig ... end
val create : ?skip_subtree:Skip_subtree.t -> ?rules:Rule.t list -> unit -> t
module Std : sig ... end