| Rule | Description | KPI | |
|---|---|---|---|
| pragma-on-top | Ensure a) A PRAGMA directive exists and b) its on top of the file | Understandability | |
| no-constant | Ensure that view is used over deprecated constant in function declarations | Portability | |
| no-experimental | Ensure that experimental features are not used in production | Robustness |
