(location,message,errorId='namingConvention',severity='style',extra='',column=None)
| 47 | self.column = column |
| 48 | |
| 49 | def reportNamingError(location,message,errorId='namingConvention',severity='style',extra='',column=None): |
| 50 | cppcheckdata.reportError(location,severity,message,'namingng',errorId,extra,columnOverride=column) |
| 51 | |
| 52 | def configError(error,fatal=True): |
| 53 | print('config error: %s'%error) |
no test coverage detected