validate_rules
Validate code against architectural rules to ensure compliance and detect violations in files or components.
Instructions
Validate code against architectural rules
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Path to file to validate | |
| fileContent | No | Content to validate (alternative to filePath) | |
| fileName | No | Name of file being validated (when using fileContent) | |
| rules | Yes | Rules to validate against | |
| validationType | No | Type of validation to perform | file |
| reportFormat | No | Format for validation report | detailed |