package dunolint-lib

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

Module Dune.Lint

Configuration for the "lint" field.

This field is found in libraries and executables. It may specify ppx rewriters, as well as flags and params. Some examples:

 (lint (pps ppx_js_style))
 (lint (pps ppx_js_style -check-doc-comments))
module Predicate : sig ... end