Home | History | Annotate | Download | only in checkstyle

Lines Matching full:commit

45 def mock_modified_files_good(root, tracked_only=False, commit=None):
46 if commit:
51 def mock_modified_files_uncommitted(root, tracked_only=False, commit=None):
52 if tracked_only and not commit:
54 if commit:
59 def mock_modified_files_untracked(root, tracked_only=False, commit=None):
62 if commit:
67 def mock_modified_files_non_java(root, tracked_only=False, commit=None):
68 if commit:
80 # Skip checks for explicit git commit.