Add generated diff categorization for Linguist and lockfiles#705
Add generated diff categorization for Linguist and lockfiles#705mariusvniekerk wants to merge 1 commit intomainfrom
Conversation
Generated diffs can be large enough to trip design-review heuristics even when they are only refreshed artifacts. Treat repo-authored Linguist generated attributes and roborev's built-in lockfile patterns as generated inputs so all-generated changes skip with an explicit generated reason instead of masquerading as trivial or wide-reaching changes. Validation: - go fmt ./... - go vet ./... - go test ./... - git diff --check Generated with OpenAI Codex Co-authored-by: OpenAI Codex <noreply@openai.com>
roborev: Combined Review (
|
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
|
wrong repo. |
Summary
generatedauto-design category for diffs that are entirely generated, usinglinguist-generatedGit attributes plus built-in generated artifacts like lockfiles.generatedreason instead of being treated as trivial or large diffs.Testing
go fmt ./...go vet ./...go test ./...git diff --check