Maintains module-wide state..
Definition at line 679 of file cpplint.py.
def cpplint._CppLintState.__init__ |
( |
|
self | ) |
|
def cpplint._CppLintState.IncrementErrorCount |
( |
|
self, |
|
|
|
category |
|
) |
| |
Bumps the module's error statistic.
Definition at line 739 of file cpplint.py.
def cpplint._CppLintState.PrintErrorCounts |
( |
|
self | ) |
|
Print a summary of errors by category, and the total.
Definition at line 749 of file cpplint.py.
def cpplint._CppLintState.ResetErrorCounts |
( |
|
self | ) |
|
Sets the module's error statistic back to zero.
Definition at line 734 of file cpplint.py.
def cpplint._CppLintState.SetCountingStyle |
( |
|
self, |
|
|
|
counting_style |
|
) |
| |
Sets the module's counting options.
Definition at line 705 of file cpplint.py.
def cpplint._CppLintState.SetFilters |
( |
|
self, |
|
|
|
filters |
|
) |
| |
Sets the error-message filters.
These filters are applied when deciding whether to emit a given
error message.
Args:
filters: A string of comma-separated filters (eg "+whitespace/indent").
Each filter should start with + or -; else we die.
Raises:
ValueError: The comma-separated filters did not all start with '+' or '-'.
E.g. "-,+whitespace,-whitespace/indent,whitespace/badfilter"
Definition at line 709 of file cpplint.py.
def cpplint._CppLintState.SetOutputFormat |
( |
|
self, |
|
|
|
output_format |
|
) |
| |
Sets the output format for errors.
Definition at line 695 of file cpplint.py.
def cpplint._CppLintState.SetVerboseLevel |
( |
|
self, |
|
|
|
level |
|
) |
| |
Sets the module's verbosity, and returns the previous setting.
Definition at line 699 of file cpplint.py.
cpplint._CppLintState.counting |
cpplint._CppLintState.error_count |
cpplint._CppLintState.errors_by_category |
cpplint._CppLintState.filters |
cpplint._CppLintState.output_format |
cpplint._CppLintState.verbose_level |
The documentation for this class was generated from the following file: