Open
Description
Functions that are otherwise working fine cannot have trigger_error()
expressions added to them, as that:
- breaks downstream consumers (output, loggers, test suites)
- introduces an unwanted side-effected, which could potentially cause major issues in a production environment
Therefore, we will add a new checker that ensures that trigger_error()
additions are considered BC breaks.