Packages

A tool to audit Erlang & Elixir dependencies, to make sure your Gleam ✨ projects really sparkle!

Retired package: Security issue - Vulnerability warnings were never emitted due to an inverted advisory filter. Upgrade to 3.3.1 or 4.0.0-rc2+.

Current section

Files

Jump to
go_over include go_over@config_Config.hrl
Raw

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()
}).