diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-04 07:08:41 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-04 07:08:41 -0400 |
| commit | 0d82f5f090da94e4eafc83cb4cfacc2d90fc5e74 (patch) | |
| tree | ac190096894b6a58e328c19206444da48e2db4c0 /doc/config.rst | |
| parent | e4587e795ea35931ca603d9573c4498d5276d538 (diff) | |
| download | python-coveragepy-git-0d82f5f090da94e4eafc83cb4cfacc2d90fc5e74.tar.gz | |
Warnings can be disabled
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index 89493ece..0740ef1e 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -126,6 +126,12 @@ Before version 4.2, this option only accepted a single string. for storing or reporting coverage. This value can include a path to another directory. +.. _config_run_disable_warnings: + +``disable_warnings`` (multi-string): a list of warnings to disable. Warnings +that can be disabled include a short string at the end, the name of the +warning. See :ref:`cmd_warnings` for specific warnings. + ``debug`` (multi-string): a list of debug options. See :ref:`the run --debug option <cmd_run_debug>` for details. |
