open-code-review/internal/config
kite 3b9c5e7c21
feat(allowlist): exclude snapshots, testdata, fixtures, and generated code from review (#683)
These file categories pass through all existing filters but provide
little review value: auto-generated protobuf/codegen output and
test fixture data that is never manually authored.

New patterns: __snapshots__/**, *.snap, testdata/**, fixtures/**,
*.generated.*, *.gen.go, *.pb.go, *.pb.cc, *.pb.h
2026-08-03 10:19:17 +08:00
..
allowlist feat(allowlist): exclude snapshots, testdata, fixtures, and generated code from review (#683) 2026-08-03 10:19:17 +08:00
rules feat(manifest): run manifest coverage contract for review (#367) (#520) 2026-08-01 16:50:21 +08:00
template docs: remove stale Java-implementation references from code comments (#621) 2026-07-31 12:57:57 +08:00
testconnection test: add unit tests for output_helpers, config, model, stdout, and telemetry packages 2026-06-26 23:26:49 +08:00
toolsconfig test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00