Skip to main content
Version: 0.27.0

CC-SET-001: Invalid prUrlTemplate Setting - Claude Settings

Summary

  • Rule ID: CC-SET-001
  • Severity: MEDIUM
  • Category: Claude Settings
  • Normative Level: SHOULD
  • Auto-Fix: No
  • Verified On: 2026-04-26

Applicability

  • Tool: claude-code
  • Version Range: unspecified
  • Spec Revision: unspecified

Evidence Sources

Test Coverage Metadata

  • Unit tests: true
  • Fixture tests: true
  • E2E tests: false

Examples

The following examples demonstrate what triggers this rule and how to fix it.

Invalid

{
"prUrlTemplate": "https://reviews.example.com/"
}

Valid

{
"prUrlTemplate": "https://reviews.example.com/{owner}/{repo}/pull/{number}"
}