MCPcopy Index your code
hub / github.com/cpplint/cpplint / PrintCategories

Function PrintCategories

cpplint.py:7642–7648  ·  view source on GitHub ↗

Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.

()

Source from the content-addressed store, hash-verified

7640
7641
7642def PrintCategories():
7643 """Prints a list of all the error-categories used by error messages.
7644
7645 These are the categories used to filter messages via --filter.
7646 """
7647 sys.stderr.write("".join(f" {cat}\n" for cat in _ERROR_CATEGORIES))
7648 sys.exit(0)
7649
7650
7651def ParseArguments(args):

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected