Searched defs: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 59 def mock_modified_files_untracked(root, tracked_only=False, commit=None): argument 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
|