Skip to content

Rules Reference

Browse every validation rule by category. Each rule page includes severity, examples of correct and incorrect usage, and how to fix violations.

Browse the sidebar for the complete list of rules organized by category, or see the Validators Overview for a summary of what each category checks.

Severity Levels

  • error - Must be fixed. Causes non-zero exit code.
  • warning - Should be fixed. Does not affect exit code.
  • info - Informational suggestion.

Auto-fixable Rules

Some rules support automatic fixing:

bash
claudelint check-all --fix

See Also