diff options
| author | Eric N. Vander Weele <ericvw@gmail.com> | 2019-10-12 12:30:53 +0200 |
|---|---|---|
| committer | Eric N. Vander Weele <ericvw@gmail.com> | 2019-10-12 14:25:50 +0100 |
| commit | 601702294270dd34aa5f7f19abe1dfead911fee9 (patch) | |
| tree | a83a67a6f7e9a6309dd6e99d741b6db864604c9d /docs/source/user | |
| parent | 0359533fca164ef21c40c8074fbd3899316b8f91 (diff) | |
| download | flake8-601702294270dd34aa5f7f19abe1dfead911fee9.tar.gz | |
options: Remove parsing `--verbose` from the configuration file
The `--verbose` option is only used by `flake8`, itself,` when parsing
and handling preliminary options. After parsing and merging options
from the configuration file, there is no other behavioral impact to the
core of `flake8`. In other words, setting `verbose = ...` in a
configuration file doesn't change the logging verbosity.
While the `FileProcessor` does expose a `verbose` attribute, obtained
from the parsed options, the verbosity of the core of `flake8` should be
consistent with how a plugin may respond to the attribute's value.
Diffstat (limited to 'docs/source/user')
| -rw-r--r-- | docs/source/user/options.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index ce0cf18..ab5cf29 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -155,13 +155,7 @@ Options and their Descriptions flake8 -vv - This **can** be specified in config files. - - Example config file usage: - - .. code-block:: ini - - verbose = 2 + This **can not** be specified in config files. .. option:: -q, --quiet |
