From 0ac841a1a40c7ef9def6b65834cf823c7f298e23 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Mon, 25 Jan 2021 08:41:34 -0800 Subject: Replace terms that are uninclusive. (#5045) --- .pylintrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.pylintrc') 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 -- cgit v1.2.3