Home
last modified time | relevance | path

Searched refs:linenum (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/tools/
Dcpplint.py956 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
972 suppressed_line = linenum + 1
974 suppressed_line = linenum
984 error(filename, linenum, 'readability/nolint', 5,
1012 def IsErrorSuppressedByNolint(category, linenum): argument
1026 linenum in _error_suppressions.get(category, set()) or
1027 linenum in _error_suppressions.get(None, set()))
1165 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
1182 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])):
1366 def AddJUnitFailure(self, filename, linenum, message, category, confidence): argument
[all …]