Module Zanuda_core.ConfigSource
Sourcetype mode = | Unspecified| Dump_json of string| Dump_text| File of string| Dir of string| Fix of string| UnusedDecls of string
Sourcetype t = {mutable outfile : string option;mutable outgolint : string option;mutable out_rdjsonl : string option;mutable mode : mode;mutable prefix_to_cut : string option;mutable prefix_to_add : string option;mutable verbose : bool;mutable gen_replacements : bool;enabled_lints : string Base.Hash_set.t;all_lints : string Base.Hash_set.t;mutable skip_level_allow : bool;mutable check_filesystem : bool;
} Modes
Sourceval set_dump_file : string -> unit Sourceval set_dump_text : unit -> unit Sourceval set_in_file : string -> unit Sourceval set_in_dir : string -> unit Sourceval set_in_unused_decls : string -> unit Sourceval set_fix : string -> unit Sourceval add_include : string -> unit Sourceval set_out_file : string -> unit Sourceval set_out_golint : string -> unit Sourceval set_out_rdjsonl : string -> unit Sourceval set_prefix_to_cut : string -> unit Sourceval set_prefix_to_add : string -> unit Sourceval includes : unit -> string list Sourceval prefix_to_cut : unit -> string option Sourceval prefix_to_add : unit -> string option Sourceval is_check_filesystem : unit -> bool Sourceval outfile : unit -> string option Sourceval out_golint : unit -> string option Sourceval out_rdjsonl : unit -> string option Sourceval unset_check_filesystem : unit -> unit Sourceval verbose : unit -> bool Sourceval gen_replacements : unit -> bool Sourceval set_verbose : unit -> unit Sourceval set_skip_level_allow : bool -> unit Sourceval parse_args : unit -> unit