flake8/docs/source/user
Eric N. Vander Weele 6017022942 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.
2019-10-12 14:25:50 +01:00
..
.keep Move docs directories into docs/source 2016-01-25 21:15:04 -06:00
configuration.rst Document priority of configuration files and command line 2019-08-07 10:31:14 +01:00
error-codes.rst Fix incorrect error string in documentation 2019-07-19 23:56:05 +01:00
index.rst Start writing new documentation around --select 2017-05-29 20:23:51 -05:00
invocation.rst Fix docs for --isolated flag 2018-09-09 19:22:58 -07:00
options.rst options: Remove parsing --verbose from the configuration file 2019-10-12 14:25:50 +01:00
python-api.rst Grammar fixes 2018-11-11 11:14:51 +02:00
using-hooks.rst Add https://pre-commit.com metadata 2018-11-21 13:40:48 -08:00
using-plugins.rst docs: Link fixes and redirect avoidance 2018-05-21 18:17:59 +02:00
violations.rst Grammar fixes 2018-11-11 11:14:51 +02:00