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