aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-02-13 03:41:39 +0000
committerGithub Actions <actions@github>2024-02-13 03:41:39 +0000
commit61cff430c9f15770d0c5e68c1b08067223bd94ab (patch)
tree8e1f85bf09a6e4443b3360b784f421f232b9e593
parenta34b66f9a4a8f4fb8e270ebfa9c8836fdb8381c1 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5efb108..868639c 100644
--- a/README.md
+++ b/README.md
@@ -259,7 +259,7 @@ You can view this list in vim with `:help conform-formatters`
- [pretty-php](https://github.com/lkrms/pretty-php) - The opinionated PHP code formatter.
- [puppet-lint](https://github.com/puppetlabs/puppet-lint) - Check that your Puppet manifests conform to the style guide.
- [reorder-python-imports](https://github.com/asottile/reorder-python-imports) - Rewrites source to reorder python imports
-- [rescript-format](https://github.com/rescript-lang/rescript-compiler) - The built-in ReScript formatter.
+- [rescript-format](https://rescript-lang.org/) - The built-in ReScript formatter.
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
- [rubyfmt](https://github.com/fables-tales/rubyfmt) - Ruby Autoformatter! (Written in Rust)
- [ruff_fix](https://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust. Fix lint errors.
diff --git a/doc/conform.txt b/doc/conform.txt
index 27ed018..ade7f73 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -292,6 +292,7 @@ FORMATTERS *conform-formatter
`pretty-php` - The opinionated PHP code formatter.
`puppet-lint` - Check that your Puppet manifests conform to the style guide.
`reorder-python-imports` - Rewrites source to reorder python imports
+`rescript-format` - The built-in ReScript formatter.
`rubocop` - Ruby static code analyzer and formatter, based on the community Ruby
style guide.
`rubyfmt` - Ruby Autoformatter! (Written in Rust)