On large codebases full run of yard-junk can take up to 1 min, which is not always convenient (think pre-commit hook). It would be nice to have super fast "sanity check", which will go only through specified files, and check if there are errors in parsing them (like mistyped tags).
On large codebases full run of
yard-junk
can take up to 1 min, which is not always convenient (think pre-commit hook). It would be nice to have super fast "sanity check", which will go only through specified files, and check if there are errors in parsing them (like mistyped tags).