Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0100871e authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Exclude deleted Python files from YAPF checker am: c5ca7d3a am: 6e0b69e4

Change-Id: Ic792ba396dff0dca5a9c02a890c6240e20ee1f44
parents ea245e1b 6e0b69e4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@ PYTHONPATH_KEY = 'PYTHONPATH'
COMMIT_ID_ENV_KEY = 'PREUPLOAD_COMMIT'
ANDROID_BUILD_TOP_KEY = 'ANDROID_BUILD_TOP'
DEFAULT_YAPF_DIR = 'external/yapf'
GIT_COMMAND = ['git', 'diff-tree', '--no-commit-id', '--name-only']
GIT_COMMAND = [
    'git', 'diff-tree', '--no-commit-id', '--name-only', '--diff-filter=d'
]


def main():