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

Function ProcessCategory

cpplint.py:1111–1112  ·  view source on GitHub ↗
(category)

Source from the content-addressed store, hash-verified

1109 if no_lint_type == "NEXTLINE":
1110
1111 def ProcessCategory(category):
1112 _error_suppressions.AddLineSuppression(category, linenum + 1)
1113 elif no_lint_type == "BEGIN":
1114 if _error_suppressions.HasOpenBlock():
1115 error(

Callers 1

ParseNolintSuppressionsFunction · 0.85

Calls 3

AddLineSuppressionMethod · 0.80
StartBlockSuppressionMethod · 0.80
EndBlockSuppressionMethod · 0.80

Tested by

no test coverage detected