Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit f8fc727

Browse files
committed
Adjusting pylintrc to remove the terms blacklist and whitelist.
Change-Id: Ie08d7e1cba88ce9e474fd8ea7f4f2f112ae8872c
1 parent 73d5600 commit f8fc727

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.pylintrc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Python code to execute, usually for sys.path manipulation such as
55
# pygtk.require().
66
#init-hook=
7-
# Add files or directories to the blacklist. They should be base names, not
7+
# Add files or directories to the exclude list. They should be base names, not
88
# paths.
99
ignore=third_party
10-
# Add files or directories matching the regex patterns to the blacklist. The
10+
# Add files or directories matching the regex patterns to the exclude list. The
1111
# regex matches against base names, not paths.
1212
ignore-patterns=
1313
# Pickle collected data for later comparisons.
@@ -20,10 +20,6 @@ jobs=4
2020
# Allow loading of arbitrary C extensions. Extensions are imported into the
2121
# active Python interpreter and may run arbitrary code.
2222
unsafe-load-any-extension=no
23-
# A comma-separated list of package or module names from where C extensions may
24-
# be loaded. Extensions are loading into the active Python interpreter and may
25-
# run arbitrary code
26-
extension-pkg-whitelist=
2723
[MESSAGES CONTROL]
2824
# Only show warnings with the listed confidence levels. Leave empty to show
2925
# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED

0 commit comments

Comments
 (0)