MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / _AddFilters

Function _AddFilters

util/cpplint.py:987–997  ·  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

985 _cpplint_state.SetFilters(filters)
986
987def _AddFilters(filters):
988 """Adds more filter overrides.
989
990 Unlike _SetFilters, this function does not reset the current list of filters
991 available.
992
993 Args:
994 filters: A string of comma-separated filters (eg "whitespace/indent").
995 Each filter should start with + or -; else we die.
996 """
997 _cpplint_state.AddFilters(filters)
998
999def _BackupFilters():
1000 """ Saves the current filter list to backup storage."""

Callers 1

ProcessConfigOverridesFunction · 0.85

Calls 1

AddFiltersMethod · 0.80

Tested by

no test coverage detected