aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2020-10-12 12:36:52 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2020-10-12 21:19:14 +0000
commit59d645cdb1498ce6806fa85ae3ef0dfa59d05ef4 (patch)
treebe9efa6314f5d4925e0c9a8ca16898043f691919 /.pylintrc
parentaebd39e292487d0a2c28682ec5cf885147a67745 (diff)
downloadpigweed-59d645cdb1498ce6806fa85ae3ef0dfa59d05ef4.tar.gz
pw_presubmit: Add TODO about removing "whitelist"
Change-Id: I3652f9faf674dce8244cee5942d3fd6de0106804 Bug: 280 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/20780 Reviewed-by: Keir Mierle <keir@google.com> Commit-Queue: Rob Mohr <mohrr@google.com>
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index c1f85600e..53635ca79 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -3,6 +3,7 @@
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
+# TODO(pwbug/280) Change "whitelist" to "allowlist". (Blocked on pylint.)
extension-pkg-whitelist=mypy
# Add files or directories to the blocklist. They should be base names, not