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