MCPcopy Create free account
hub / github.com/cpplint/cpplint / ResetNolintSuppressions

Function ResetNolintSuppressions

cpplint.py:1186–1188  ·  view source on GitHub ↗

Resets the set of NOLINT suppressions to empty.

()

Source from the content-addressed store, hash-verified

1184
1185
1186def ResetNolintSuppressions():
1187 """Resets the set of NOLINT suppressions to empty."""
1188 _error_suppressions.Clear()
1189
1190
1191def IsErrorSuppressedByNolint(category, linenum):

Callers 1

ProcessFileDataFunction · 0.85

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected