MCPcopy Index your code
hub / github.com/nodejs/node / _AddFilters

Function _AddFilters

tools/cpplint.py:1656–1666  ·  view source on GitHub ↗

Adds more filter overrides. Unlike _SetFilters, this function does not reset the current list of filters available. Args: filters: A string of comma-separated filters (eg "whitespace/indent"). Each filter should start with + or -; else we die.

(filters)

Source from the content-addressed store, hash-verified

1654
1655
1656def _AddFilters(filters):
1657 """Adds more filter overrides.
1658
1659 Unlike _SetFilters, this function does not reset the current list of filters
1660 available.
1661
1662 Args:
1663 filters: A string of comma-separated filters (eg "whitespace/indent").
1664 Each filter should start with + or -; else we die.
1665 """
1666 _cpplint_state.AddFilters(filters)
1667
1668
1669def _BackupFilters():

Callers 1

ProcessConfigOverridesFunction · 0.85

Calls 1

AddFiltersMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…