File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 5
5
# Its canonical open-source location is:
6
6
# https://google.github.io/styleguide/pylintrc
7
7
8
+ # TODO(b/178199529): Replace section header when pylint is updated.
8
9
[MASTER]
9
10
10
- # Add files or directories to the blacklist . They should be base names, not
11
+ # Add files or directories to the ban list . They should be base names, not
11
12
# paths.
12
13
ignore =third_party
13
14
14
- # Add files or directories matching the regex patterns to the blacklist . The
15
+ # Add files or directories matching the regex patterns to the ban list . The
15
16
# regex matches against base names, not paths.
16
17
ignore-patterns =
17
18
@@ -29,11 +30,6 @@ jobs=4
29
30
# active Python interpreter and may run arbitrary code.
30
31
unsafe-load-any-extension =no
31
32
32
- # A comma-separated list of package or module names from where C extensions may
33
- # be loaded. Extensions are loading into the active Python interpreter and may
34
- # run arbitrary code
35
- extension-pkg-whitelist =
36
-
37
33
38
34
[MESSAGES CONTROL]
39
35
You can’t perform that action at this time.
0 commit comments