Skip to main content

check

Function check 

Source
pub fn check(layout: &Layout) -> Result<CheckReport>
Expand description

Validate the corpus: every parent and blocker id resolves, dates parse, open issues carry a creation date, and ids are unique across projects.

ยงErrors

Returns an error if the corpus cannot be read.