Home
last modified time | relevance | path

Searched refs:filter_paths (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpython_checks.py40 filter_paths,
55 @filter_paths(endswith=_PYTHON_EXTENSIONS)
115 @filter_paths(endswith=_PYTHON_EXTENSIONS)
168 @filter_paths(endswith=_PYTHON_EXTENSIONS + ('.pylintrc',))
Dpigweed_presubmit.py47 filter_paths,
415 @filter_paths(
423 @filter_paths(
431 @filter_paths(
445 @filter_paths(
704 @filter_paths(exclude=_EXCLUDE_FROM_COPYRIGHT_NOTICE)
726 @filter_paths(endswith=format_code.CPP_SOURCE_EXTS)
884 @filter_paths(endswith=(*format_code.C_FORMAT.extensions, '.py'))
925 @filter_paths(exclude=_EXCLUDE_FROM_TODO_CHECK)
Dshell_checks.py20 filter_paths,
30 @filter_paths(endswith=_SHELL_EXTENSIONS)
Dcpp_checks.py23 filter_paths,
29 @filter_paths(endswith=format_code.CPP_HEADER_EXTS, exclude=(r'\.pb\.h$',))
Dtodo_check.py21 from pw_presubmit import PresubmitContext, filter_paths
102 @filter_paths(exclude=exclude)
Dgitmodules.py26 filter_paths,
186 @filter_paths(endswith='.gitmodules')
Dbuild.py48 filter_paths,
526 @filter_paths(
Dformat_code.py594 @pw_presubmit.filter_paths(file_filter=file_filter)
Dpresubmit.py1388 def filter_paths( function
/external/pigweed/pw_presubmit/
Ddocs.rst82 Presubmit checks may use the ``filter_paths`` decorator to automatically filter
89 @pw_presubmit.filter_paths(endswith='.py')
384 :members: filter_paths, FileFilter, call, PresubmitFailure, Programs
441 filter_paths,
477 # filters with @filter_paths.
478 @filter_paths(endswith='.h', exclude=PATH_EXCLUSIONS)