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_Flags.hrl
Raw

include/go_over@config_Flags.hrl

-record(flags, {
force :: boolean(),
fake :: boolean(),
outdated :: boolean(),
ignore_indirect :: boolean(),
global :: boolean(),
verbose :: boolean(),
format :: gleam@option:option(go_over@config:format()),
puller :: gleam@option:option(go_over@hex@puller:puller())
}).