()
| 965 | 'This could not be parsed: "%s"' % (val,)) |
| 966 | |
| 967 | def GetNonHeaderExtensions(): |
| 968 | return GetAllExtensions().difference(GetHeaderExtensions()) |
| 969 | |
| 970 | def ParseNolintSuppressions(filename, raw_line, linenum, error): |
| 971 | """Updates the global list of line error-suppressions. |
no test coverage detected