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