Searched refs:filter_paths (Results 1 – 10 of 10) sorted by relevance
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | python_checks.py | 40 filter_paths, 55 @filter_paths(endswith=_PYTHON_EXTENSIONS) 115 @filter_paths(endswith=_PYTHON_EXTENSIONS) 168 @filter_paths(endswith=_PYTHON_EXTENSIONS + ('.pylintrc',))
|
D | pigweed_presubmit.py | 47 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)
|
D | shell_checks.py | 20 filter_paths, 30 @filter_paths(endswith=_SHELL_EXTENSIONS)
|
D | cpp_checks.py | 23 filter_paths, 29 @filter_paths(endswith=format_code.CPP_HEADER_EXTS, exclude=(r'\.pb\.h$',))
|
D | todo_check.py | 21 from pw_presubmit import PresubmitContext, filter_paths 102 @filter_paths(exclude=exclude)
|
D | gitmodules.py | 26 filter_paths, 186 @filter_paths(endswith='.gitmodules')
|
D | build.py | 48 filter_paths, 526 @filter_paths(
|
D | format_code.py | 594 @pw_presubmit.filter_paths(file_filter=file_filter)
|
D | presubmit.py | 1388 def filter_paths( function
|
/external/pigweed/pw_presubmit/ |
D | docs.rst | 82 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)
|