MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / configError

Function configError

addons/namingng.py:52–55  ·  view source on GitHub ↗
(error,fatal=True)

Source from the content-addressed store, hash-verified

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

Callers 2

validateConfigREsFunction · 0.85
loadConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected