MCPcopy Index your code
hub / github.com/cpplint/cpplint / PrintError

Method PrintError

cpplint.py:1502–1506  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

1500 sys.stdout.write(message)
1501
1502 def PrintError(self, message):
1503 if self.output_format == "junit":
1504 self._junit_errors.append(message)
1505 else:
1506 sys.stderr.write(message)
1507
1508 def AddJUnitFailure(self, filename, linenum, message, category, confidence):
1509 self._junit_failures.append((filename, linenum, message, category, confidence))

Callers 3

ErrorFunction · 0.80
ProcessConfigOverridesFunction · 0.80
ProcessFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected