(self, *args, **kwargs)
| 4635 | print("Missing rule texts: " + ', '.join(missing_rules)) |
| 4636 | |
| 4637 | def printStatus(self, *args, **kwargs): |
| 4638 | if not self.settings.quiet: |
| 4639 | print(*args, **kwargs) |
| 4640 | |
| 4641 | def executeCheck(self, rule_num, check_function, *args): |
| 4642 | """Execute check function for a single MISRA rule. |