package dunolint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Private.LinterSource

Sourceval should_skip_subtree : context:Dunolint_engine.Context.t -> path:Fpath_base.Relative_path.t -> Base.bool
Sourceval maybe_autoformat_file : previous_contents:Base.string -> new_contents:Base.string -> Base.string
Sourceval lint_stanza : path:Fpath_base.Relative_path.t -> context:Dunolint_engine.Context.t -> stanza:'a Dunolinter.Stanza.t -> return:[> `skip_subtree ] Base.With_return.return -> Base.unit