capture_output=True collects stdout for every violation in these large repos, but the test never inspects stdout. Consider discarding stdout (e.g., redirect to DEVNULL) and only capturing stderr to reduce memory/IO overhead and avoid huge buffered output on larger repos. #60
capture_output=Truecollects stdout for every violation in these large repos, but the test never inspects stdout. Consider discarding stdout (e.g., redirect to DEVNULL) and only capturing stderr to reduce memory/IO overhead and avoid huge buffered output on larger repos.Originally posted by @copilot-pull-request-reviewer in #58 (comment)