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

Method Clear

cpplint.py:1030–1033  ·  view source on GitHub ↗

Clear all current error suppressions

(self)

Source from the content-addressed store, hash-verified

1028 return self._open_block_suppression is not None
1029
1030 def Clear(self):
1031 """Clear all current error suppressions"""
1032 self._suppressions.clear()
1033 self._open_block_suppression = None
1034
1035
1036# {str, set(int)}: a map from error categories to sets of linenumbers

Callers 1

ResetNolintSuppressionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected