validate_rules
Validate your codebase against custom architectural rules to detect violations. Supports file, function, component, and module validation with severity levels and detailed reports.
Instructions
Validate code against architectural rules
Input 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 |