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

Function reportNamingError

addons/namingng.py:49–50  ·  view source on GitHub ↗
(location,message,errorId='namingConvention',severity='style',extra='',column=None)

Source from the content-addressed store, hash-verified

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

Callers 7

evalExprFunction · 0.85
check_include_guard_nameFunction · 0.85
reportFunction · 0.85
check_file_namingFunction · 0.85
check_variable_namingFunction · 0.85
check_function_namingFunction · 0.85
process_dataFunction · 0.85

Calls 1

reportErrorMethod · 0.45

Tested by

no test coverage detected