Searched refs:tracked_only (Results 1 – 2 of 2) sorted by relevance
/development/tools/checkstyle/ |
D | tests.py | 45 def mock_modified_files_good(root, tracked_only=False, commit=None): argument 51 def mock_modified_files_uncommitted(root, tracked_only=False, commit=None): argument 52 if tracked_only and not commit: 59 def mock_modified_files_untracked(root, tracked_only=False, commit=None): argument 60 if not tracked_only: 67 def mock_modified_files_non_java(root, tracked_only=False, commit=None): argument
|
/development/tools/checkstyle/gitlint/ |
D | git.py | 52 def modified_files(root, tracked_only=False, commit=None): argument 76 if not tracked_only:
|