Lint against the framework conventions
lint_against_framework_rulesValidate PHP files for CodeIgniter MVC compliance: strict_types, naming, no queries in controllers, input validation, repository interfaces. Returns structured violations with compliant status.
Instructions
Validates a PHP file of the project against the framework conventions: strict_types, naming, no queries in controllers, input validation and repositories behind an interface. Returns structured violations; compliant=false when there is any error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes |