pub fn run(args: ClippyReportArgs) -> Result<()>Expand description
Reads all .json files in artifacts_dir, deduplicates diagnostics, and
pipes the unique set through reviewdog using the github-pr-review
reporter.
ยงErrors
Returns an error if any artifact file cannot be read, if reviewdog
cannot be spawned, or if reviewdog exits non-zero.