validate_rules
Validate code against architectural rules. Specify rules and a file to check, then obtain a report of violations to enforce architectural consistency.
Instructions
Validate code against architectural rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | Rules to validate against | |
| fileName | No | Name of file being validated (when using fileContent) | |
| filePath | No | Path to file to validate | |
| fileContent | No | Content to validate (alternative to filePath) | |
| reportFormat | No | Format for validation report | detailed |
| validationType | No | Type of validation to perform | file |