Home
last modified time | relevance | path

Searched refs:tracked_only (Results 1 – 2 of 2) sorted by relevance

/development/tools/checkstyle/
Dtests.py45 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/
Dgit.py52 def modified_files(root, tracked_only=False, commit=None): argument
76 if not tracked_only: