(category)
| 1109 | if no_lint_type == "NEXTLINE": |
| 1110 | |
| 1111 | def ProcessCategory(category): |
| 1112 | _error_suppressions.AddLineSuppression(category, linenum + 1) |
| 1113 | elif no_lint_type == "BEGIN": |
| 1114 | if _error_suppressions.HasOpenBlock(): |
| 1115 | error( |
no test coverage detected