summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-15 15:38:27 +0000
committerGithub Actions <actions@github>2023-09-15 15:38:27 +0000
commit2db16832f5a68bc2072483793e2997c91b56a44f (patch)
treeda314b26bc8e93a7a96da2c1ecd5d98fae1804c2 /README.md
parent508ec8a899e039a56f9110011125ab56284db1fa (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e20dcc9..64dff4f 100644
--- a/README.md
+++ b/README.md
@@ -197,6 +197,7 @@ To view configured and available formatters, as well as to see the path to the l
- [ruff](https://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust.
- [rustfmt](https://github.com/rust-lang/rustfmt) - A tool for formatting rust code according to style guidelines.
- [scalafmt](https://github.com/scalameta/scalafmt) - Code formatter for Scala.
+- [shellcheck](https://github.com/koalaman/shellcheck) - A static analysis tool for shell scripts.
- [shellharden](https://github.com/anordal/shellharden) - The corrective bash syntax highlighter
- [shfmt](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with `bash` support.
- [sql_formatter](https://github.com/sql-formatter-org/sql-formatter) - A whitespace formatter for different query languages.