Home | History | Annotate | Download | only in tools

Lines Matching full:categories

104   suppresses errors of all categories on that line.
123 "-FOO" and "FOO" means "do not print categories that start with FOO".
124 "+FOO" means "do print categories that start with FOO".
130 To see a list of all the categories used in cpplint, pass no arg:
136 the top-level categories like 'build' and 'whitespace' will
157 # We categorize each error message we print. Here are the categories.
227 # flag. By default all errors are on, so only add here categories that should be
228 # off by default (i.e., categories that must be enabled by the --filter= flags).
352 # {str, set(int)}: a map from error categories to sets of linenumbers
874 falls under: "whitespace", say, or "runtime". Categories
3951 """Prints a list of all the error-categories used by error messages.
3953 These are the categories used to filter messages via --filter.