Home | History | Annotate | Download | only in style

Lines Matching full:errors

46 Style errors:
56 Use filters to configure what errors to report. Filters are specified using
57 a comma-separated list of boolean filter rules. The script reports errors
73 certain types of errors may be handled differently for files in
74 WebKit/gtk/webkit/ (e.g. by suppressing "readability/naming" errors
100 _EPILOG = ("This script can miss errors and does not substitute for "
137 minimum confidence level of style errors to report.
138 The default is 1, which reports all errors.
304 'errors to report. Specify a filter using a comma-'
320 min_confidence_help = ("set the minimum confidence of style errors "
322 "displaying all errors. Defaults to %default.")
368 # "Unix programs generally use 2 for command line syntax errors
369 # and 1 for all other kind of errors."