aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-01-25 08:41:34 -0800
committerGravatar GitHub <noreply@github.com>2021-01-25 08:41:34 -0800
commit0ac841a1a40c7ef9def6b65834cf823c7f298e23 (patch)
tree8d94affc84904315895c31813ad6d7179f6bee9f /.pylintrc
parent20b7246eae02785153ada2ae3dad97a546c7f589 (diff)
Replace terms that are uninclusive. (#5045)
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pylintrc b/.pylintrc
index 9c119558..95cd1544 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -5,11 +5,11 @@
# run arbitrary code.
extension-pkg-whitelist=
-# Add files or directories to the blacklist. They should be base names, not
+# Add files or directories to the blocklist. They should be base names, not
# paths.
ignore=CVS,base-clang,base-sanitizer-libs-builder
-# Add files or directories matching the regex patterns to the blacklist. The
+# Add files or directories matching the regex patterns to the blocklist. The
# regex matches against base names, not paths.
ignore-patterns=
@@ -444,8 +444,8 @@ allow-global-unused-variables=yes
callbacks=cb_,
_cb
-# A regular expression matching the name of dummy variables (i.e. expected to
-# not be used).
+# A regular expression matching the name of placeholder variables (i.e. expected
+# to not be used).
dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy|^ignored_|^unused_
# Argument names that match this expression will be ignored. Default to name