MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ResetNolintSuppressions

Function ResetNolintSuppressions

rtpose_wrapper/scripts/cpp_lint.py:495–497  ·  view source on GitHub ↗

Resets the set of NOLINT suppressions to empty.

()

Source from the content-addressed store, hash-verified

493
494
495def ResetNolintSuppressions():
496 "Resets the set of NOLINT suppressions to empty."
497 _error_suppressions.clear()
498
499
500def IsErrorSuppressedByNolint(category, linenum):

Callers 1

ProcessFileDataFunction · 0.85

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected