Current section

Files

Jump to
checkmark include checkmark_File.hrl
Raw

include/checkmark_File.hrl

-record(file, {
name :: binary(),
checker :: checkmark:checker(any()),
check_in_comments :: boolean(),
expectations :: list(checkmark:expectation())
}).