Home | History | Annotate | Download | only in tools

Lines Matching refs:errors

100   This will miss some errors, and is not a substitute for a code review.
102 To suppress false-positive errors of a certain category, add a
104 suppresses errors of all categories on that line.
116 Specify a number 0-5 to restrict errors to certain verbosity levels.
134 The total number of errors found is always printed. If
135 'toplevel' is provided, then the count of errors in each of
227 # flag. By default all errors are on, so only add here categories that should be
353 # on which those errors are expected and should be suppressed.
556 self.error_count = 0 # global count of reported errors
559 self.counting = 'total' # In what way are we counting errors?
568 """Sets the output format for errors."""
622 """Print a summary of errors by category, and the total."""
624 sys.stderr.write('Category \'%s\' errors found: %d\n' %
626 sys.stderr.write('Total errors found: %d\n' % self.error_count)
704 error: The function to call with any errors found.
761 locations won't see bogus errors.
1151 error: The function to call with any errors found.
1228 error: The function to call with any errors found.
1242 error: The function to call with any errors found.
1269 error: The function to call with any errors found.
1322 error: The function to call with any errors found.
1356 error: The function to call with any errors found.
1383 error: The function to call with any errors found.
1396 error: The function to call with any errors found.
1598 error: The function to call with any errors found.
1745 error: The function to call with any errors found.
1782 error: A callable to which errors are reported, which takes 4 arguments:
1871 error: The function to call with any errors found.
1970 error: The function to call with any errors found.
2029 error: The function to call with any errors found.
2060 error: The function to call with any errors found.
2224 error: The function to call with any errors found.
2509 error: The function to call with any errors found.
2584 error: The function to call with any errors found.
2660 error: The function to call with any errors found.
2722 error: The function to call with any errors found.
2755 error: The function to call with any errors found.
2817 error: The function to call with any errors found.
3040 error: The function to call with any errors found.
3166 error: The function to call with any errors found.
3471 error: The function to call with any errors found.
3681 error: The function to call with any errors found.
3751 # All the lines have been processed, report the errors found.
3773 error: The function to call with any errors found.
3800 error: A callable to which errors are reported, which takes 4 arguments:
3826 """Performs lint checks and reports any errors to the given error function.
3833 error: A callable to which errors are reported, which takes 4 arguments:
3875 vlevel: The level of errors to report. Every error of confidence