Module IBase.Checker
type t
=
type support
=
per-language support for each checker
type config
=
{
support : Language.t -> support;
short_documentation : string;
cli_flag : string;
the flag to enable this option on the command line, without the leading "--" (like the
~long
argument ofCommandLineOption
functions)show_in_help : bool;
enabled_by_default : bool;
cli_deprecated_flags : string list;
more command-line flags, similar to
~deprecated
arguments}