package dunolint

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

Module Dunolint_engine.Visitor_decisionSource

While we visit the repository, we may decide what to do at each step of the iteration.

Sourcetype t =
  1. | Break
    (*

    Stops the current execution of visit.

    *)
  2. | Continue
    (*

    Recurse and visit the children of the current sexp if any, or continue with the next directory in the queue.

    *)
  3. | Skip_subtree
    (*

    Do not drill in, skip the current directory and continue with the next directory in the queue. If the current directory does not have subdirectory, this is equivalent to Continue, which should be preferred by default.

    *)
OCaml

Innovation. Community. Security.