aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKerem Bozdas <krmbzds.github@gmail.com>2023-09-30 20:49:34 +0300
committerGitHub <noreply@github.com>2023-09-30 10:49:34 -0700
commit37d036704a100ef6e6457be45b4dfc2f8e429572 (patch)
tree1f06ca796e11402c8c34b9e91d87b6a343ddde63 /doc
parent3f8927532bc8ce4fc4b5b75eab1bf8f1fc83f6b9 (diff)
feat: add standardrb (#91)
* feat: add standardrb formatter * [docgen] Update docs skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index c30c28f..7b92714 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -235,6 +235,7 @@ FORMATTERS *conform-formatter
`squeeze_blanks` - Squeeze repeated blank lines into a single blank line via
`cat -s`.
`standardjs` - JavaScript Standard style guide, linter, and formatter.
+`standardrb` - Ruby's bikeshed-proof linter and formatter
`stylelint` - A mighty CSS linter that helps you avoid errors and enforce
conventions.
`stylua` - An opinionated code formatter for Lua.