package dunolint

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

Module Context.Config_with_locationSource

Configuration with its location in the directory tree.

Sourcetype t = {
  1. config : Dunolint.Config.t;
  2. location : Fpath_base.Relative_path.t;
    (*

    Directory where this config was found relative to the workspace root.

    *)
}