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

include/go_over_AuditResult.hrl

-record(audit_result, {
project_root :: binary(),
fatal_warnings :: list(go_over@warning:warning()),
info_warnings :: list(go_over@warning:warning()),
outdated_failed :: boolean(),
format :: go_over@config:format()
}).