validate_rules
Validate code against architectural rules by analyzing file paths, content, and specified rules. Generate detailed reports to ensure compliance with architectural standards.
Instructions
Validate code against architectural rules
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileContent | No | Content to validate (alternative to filePath) | |
fileName | No | Name of file being validated (when using fileContent) | |
filePath | No | Path to file to validate | |
reportFormat | No | Format for validation report | detailed |
rules | Yes | Rules to validate against | |
validationType | No | Type of validation to perform | file |