Resets the set of NOLINT suppressions to empty.
()
| 1224 | |
| 1225 | |
| 1226 | def ResetNolintSuppressions(): |
| 1227 | """Resets the set of NOLINT suppressions to empty.""" |
| 1228 | _error_suppressions.Clear() |
| 1229 | |
| 1230 | |
| 1231 | def IsErrorSuppressedByNolint(category, linenum): |
no test coverage detected
searching dependent graphs…