branch: elpa/flycheck
commit 72999711afcfb852a6e5e773048a543de258eab4
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Document javascript-oxlint checker and flycheck-shellcheck-args
Add documentation entries for the new oxlint checker and the
shellcheck args variable to satisfy the documentation tests.
---
doc/languages.rst | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/doc/languages.rst b/doc/languages.rst
index 7fe0a74c6b..bc694df12e 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -733,6 +733,10 @@ to view the docstring of the syntax checker. Likewise,
you may use
A list of directories with custom rules.
+ .. syntax-checker:: javascript-oxlint
+
+ Lint JavaScript and TypeScript with `oxlint <https://oxc.rs/>`_.
+
.. syntax-checker:: javascript-jshint
Check syntax and lint with `JSHint <http://jshint.com/>`_.
@@ -1589,6 +1593,10 @@ to view the docstring of the syntax checker. Likewise,
you may use
Whether to let ShellCheck infer the shell from the script.
+ .. defcustom:: flycheck-shellcheck-args
+
+ A list of additional arguments passed to ShellCheck.
+
.. supported-language:: Slim
.. syntax-checker:: slim
@@ -1697,6 +1705,11 @@ to view the docstring of the syntax checker. Likewise,
you may use
See `javascript-eslint`.
+ .. syntax-checker:: javascript-oxlint
+ :noindex:
+
+ See `javascript-oxlint`.
+
.. syntax-checker:: typescript-tslint
Check syntax and style with `TSLint
<https://github.com/palantir/tslint>`_.