Skip to content

Commit ef79706

Browse files
Johannes Ballécopybara-github
authored andcommitted
Replaces discouraged terms for "ignore list" and "allow list".
PiperOrigin-RevId: 466707880 Change-Id: Iec9aa7e3ece03cbabd402a8b42e046c7c923b13b
1 parent 4766178 commit ef79706

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pylintrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
[MASTER]
99

10-
# Add files or directories to the blacklist. They should be base names, not
10+
# Add files or directories to the ignore list. They should be base names, not
1111
# paths.
1212
ignore=
1313

14-
# Add files or directories matching the regex patterns to the blacklist. The
14+
# Add files or directories matching the regex patterns to the ignore list. The
1515
# regex matches against base names, not paths.
1616
ignore-patterns=
1717

@@ -31,8 +31,8 @@ unsafe-load-any-extension=no
3131

3232
# A comma-separated list of package or module names from where C extensions may
3333
# be loaded. Extensions are loading into the active Python interpreter and may
34-
# run arbitrary code
35-
extension-pkg-whitelist=
34+
# run arbitrary code.
35+
extension-pkg-allow-list=
3636

3737

3838
[MESSAGES CONTROL]

0 commit comments

Comments
 (0)