diff options
| author | Peter Kolbus <peter.kolbus@gmail.com> | 2020-11-29 07:57:39 -0600 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-03-09 09:13:05 +0100 |
| commit | d19c7733717ae9ad0a527233c2950473dce3ffcf (patch) | |
| tree | 4215a2523554d2230ce1276da867e27d45a2308c /man/pyreverse.1 | |
| parent | 0f1245c2959f16dd68a2f7cf191c3cee0fcc08c2 (diff) | |
| download | pylint-git-d19c7733717ae9ad0a527233c2950473dce3ffcf.tar.gz | |
Reduce 'blacklist' term for ignored files
Replace usage of the term 'blacklist' in the context of ignored files
and directories (--ignore and --ignore-patterns), except in cases where
backward compatibility is needed. In documentation and help, supplement
'ignore' with 'skip'; in code use the term 'ignore list'.
Diffstat (limited to 'man/pyreverse.1')
| -rw-r--r-- | man/pyreverse.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pyreverse.1 b/man/pyreverse.1 index 11631d3da..d14454e5b 100644 --- a/man/pyreverse.1 +++ b/man/pyreverse.1 @@ -38,7 +38,7 @@ show help message and exit .IP "-p<name>, --project=<name>" set project name to <name> if not using \-c option. (default:'No Name') .IP "--ignore=<file[,file...]>" -add files or directories to the blacklist. They should be base names, not +files or directories to be skipped. They should be base names, not paths. [current: CVS] .IP "-f<mode>, --filter-mode=<mode>" filter attributes and functions according to <mode>. You can combine |
