summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/user_guide/run.rst2
-rw-r--r--doc/whatsnew/2.8.rst4
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/user_guide/run.rst b/doc/user_guide/run.rst
index e020e7f2e..0e5cce4be 100644
--- a/doc/user_guide/run.rst
+++ b/doc/user_guide/run.rst
@@ -180,4 +180,6 @@ exit code meaning stderr stream message
- "<return of linter.help()>"
- "Jobs number <#> should be greater \
than 0"
+ - "<IOError message when trying to open \
+ output file>"
========= ========================= ==========================================
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst
index 60c24e4ec..4f498268e 100644
--- a/doc/whatsnew/2.8.rst
+++ b/doc/whatsnew/2.8.rst
@@ -26,6 +26,10 @@ New checkers
Other Changes
=============
+* New option ``--output=<file>`` to output result to a file rather than printing to stdout.
+
+ Closes #1070
+
* Reduce usage of blacklist/whitelist terminology. Notably, ``extension-pkg-allow-list`` is an
alternative to ``extension-pkg-whitelist`` and the message ``blacklisted-name`` is now emitted as
``disallowed-name``. The previous names are accepted to maintain backward compatibility.