branch: elpa/flycheck
commit 155d2dbf64af9b699c864236f068831991cd18ee
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Document flycheck-shellcheck-enabled-checks and RST proselint chaining
---
doc/languages.rst | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/languages.rst b/doc/languages.rst
index bc694df12e..b2ad07558e 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -1243,7 +1243,7 @@ to view the docstring of the syntax checker. Likewise,
you may use
.. supported-language:: reStructuredText
Flycheck checks reStructuredText with `rst-sphinx` in Sphinx_ projects and
- with `rst` otherwise.
+ with `rst` otherwise. Both chain to `proselint` for prose linting.
.. _Sphinx: http://sphinx-doc.org/
@@ -1585,6 +1585,10 @@ to view the docstring of the syntax checker. Likewise,
you may use
A list of excluded warnings.
+ .. defcustom:: flycheck-shellcheck-enabled-checks
+
+ A list of enabled optional checks.
+
.. defcustom:: flycheck-shellcheck-follow-sources
Allow shellcheck to read sourced files.