(error,fatal=True)
| 50 | cppcheckdata.reportError(location,severity,message,'namingng',errorId,extra,columnOverride=column) |
| 51 | |
| 52 | def configError(error,fatal=True): |
| 53 | print('config error: %s'%error) |
| 54 | if fatal: |
| 55 | sys.exit(1) |
| 56 | |
| 57 | def validateConfigREs(list_or_dict,json_key): |
| 58 | have_error = False |
no outgoing calls
no test coverage detected