open-code-review/internal/config
chethanuk 483e1b2686
feat(allowlist): add GraphQL (.graphql/.gql) support (#491)
* test(allowlist): add failing GraphQL extension and rule cases (#488)

Add .graphql/.gql allowlist rows and .graphql/.gql rule-resolution rows
asserting a GraphQL rule doc, both RED before the config lands.

* feat(allowlist): add GraphQL (.graphql/.gql) support (#488)

Allow .graphql and .gql through the extension allowlist and map them to a
dedicated GraphQL review rule covering schema evolution, breaking changes,
naming, and schema-visible resource limits.

Part of #470.
2026-07-24 23:19:40 +08:00
..
allowlist feat(allowlist): add GraphQL (.graphql/.gql) support (#491) 2026-07-24 23:19:40 +08:00
rules feat(allowlist): add GraphQL (.graphql/.gql) support (#491) 2026-07-24 23:19:40 +08:00
template fix: remove hardcoded 180s timeout from REVIEW_FILTER_TASK (#474) 2026-07-24 23:15:03 +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