()
| 950 | 'This could not be parsed: "%s"' % (val,)) |
| 951 | |
| 952 | def GetNonHeaderExtensions(): |
| 953 | return GetAllExtensions().difference(GetHeaderExtensions()) |
| 954 | |
| 955 | def ParseNolintSuppressions(filename, raw_line, linenum, error): |
| 956 | """Updates the global list of line error-suppressions. |
no test coverage detected