Maintainability Index threshold exceeded (LC0008)
This rule triggers when a procedure’s Maintainability Index falls below a configurable threshold. A low Maintainability Index indicates code that may be difficult to understand, test, and maintain.
Consider refactoring procedures with low maintainability by extracting helper methods, reducing nesting, or simplifying complex logic.
See also
- LC0007 - Maintainability Index metric