• James Cook's avatar
    mojo: Use inclusive language in PRESUBMIT.py · e9bc2113
    James Cook authored
    chops recently updated the depot_tools input_api, which makes this
    possible.
    
    input_api.DEFAULT_ALLOW_LIST -> input_api.DEFAULT_FILES_TO_CHECK
    input_api.DEFAULT_BLACK_LIST -> input_api.DEFAULT_FILES_TO_SKIP
    
    For named parameters:
    white_list/whitelist -> files_to_check
    black_list/blacklist -> files_to_skip
    
    Bug: 1098562
    Change-Id: Icc576b50727256d94ad62b985b2c81991a9af49e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317743
    Auto-Submit: James Cook <jamescook@chromium.org>
    Commit-Queue: Ken Rockot <rockot@google.com>
    Reviewed-by: default avatarKen Rockot <rockot@google.com>
    Cr-Commit-Position: refs/heads/master@{#791975}
    e9bc2113
PRESUBMIT.py 1.72 KB