Skip to content

Commit dd80443

Browse files
author
Github Actions
committed
[docgen] Update docs
skip-checks: true
1 parent c5cdc47 commit dd80443

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ You can view this list in vim with `:help conform-formatters`
252252
- [gofumpt](https://github.com/mvdan/gofumpt) - Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with.
253253
- [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) - Updates your Go import lines, adding missing ones and removing unreferenced ones.
254254
- [goimports-reviser](https://github.com/incu6us/goimports-reviser) - Right imports sorting & code formatting tool (goimports alternative).
255+
- [gojq](https://github.com/itchyny/gojq) - Pure Go implementation of jq.
255256
- [golines](https://github.com/segmentio/golines) - A golang formatter that fixes long lines.
256257
- [google-java-format](https://github.com/google/google-java-format) - Reformats Java source code according to Google Java Style.
257258
- [grain_format](https://grain-lang.org/docs/tooling/grain_cli#grain-format) - Code formatter for the grain programming language.

doc/conform.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ FORMATTERS *conform-formatter
351351
unreferenced ones.
352352
`goimports-reviser` - Right imports sorting & code formatting tool (goimports
353353
alternative).
354+
`gojq` - Pure Go implementation of jq.
354355
`golines` - A golang formatter that fixes long lines.
355356
`google-java-format` - Reformats Java source code according to Google Java
356357
Style.

0 commit comments

Comments
 (0)