Current section
Files
Jump to
Current section
Files
include/go_over@config_Config.hrl
-record(config, {
dev_deps :: list(binary()),
outdated :: boolean(),
ignore_indirect :: boolean(),
force :: boolean(),
format :: go_over@config:format(),
verbose :: boolean(),
global :: boolean(),
puller :: go_over@hex@puller:puller(),
allowed_licenses :: list(binary()),
ignore_packages :: list(binary()),
ignore_severity :: list(binary()),
ignore_ids :: list(binary()),
ignore_dev_dependencies :: boolean(),
workspace_max_depth :: integer(),
single_root :: gleam@option:option(binary()),
workspace_root :: gleam@option:option(binary())
}).