CC-SET-013: Non-boolean autoMode.classifyAllShell Setting
Summary
- Rule ID:
CC-SET-013 - Severity:
MEDIUM - Category:
Claude Settings - Normative Level:
MUST - Auto-Fix:
No - Verified On:
2026-06-27
Applicability
- Tool:
claude-code - Version Range:
>=2.1.193 - Spec Revision:
unspecified
Evidence Sources
Test Coverage Metadata
- Unit tests:
true - Fixture tests:
false - E2E tests:
false
Examples
The following examples demonstrate what triggers this rule and how to fix it.
Invalid
{
"autoMode": {"classifyAllShell": "true"}
}
Valid
{
"autoMode": {"classifyAllShell": true}
}