aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2023-02-05 11:02:37 +0100
committerGitHub <noreply@github.com>2023-02-05 10:02:37 +0000
commit4952a48722b3fa01e03c67ab939d5b7d3037309e (patch)
tree9b0ca4a7e1b04c44ae9593a4a89c9d44670841d4 /PACKAGES.md
parentfeat(api/command): accept boolean option notation (#967) (diff)
downloadmason-4952a48722b3fa01e03c67ab939d5b7d3037309e.tar
mason-4952a48722b3fa01e03c67ab939d5b7d3037309e.tar.gz
mason-4952a48722b3fa01e03c67ab939d5b7d3037309e.tar.bz2
mason-4952a48722b3fa01e03c67ab939d5b7d3037309e.tar.lz
mason-4952a48722b3fa01e03c67ab939d5b7d3037309e.tar.xz
mason-4952a48722b3fa01e03c67ab939d5b7d3037309e.tar.zst
mason-4952a48722b3fa01e03c67ab939d5b7d3037309e.zip
chore: update generated code (#968)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index d279cbc9..dfed63d4 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -103,6 +103,7 @@
- [gomodifytags](#gomodifytags)
- [google-java-format](#google-java-format)
- [gopls](#gopls)
+- [gospel](#gospel)
- [gotests](#gotests)
- [gotestsum](#gotestsum)
- [gradle-language-server](#gradle-language-server)
@@ -2322,6 +2323,25 @@ Categories: `LSP`
```
+# gospel
+
+> misspelled word linter for Go comments, string literals and embedded files
+
+Homepage: [https://github.com/kortschak/gospel](https://github.com/kortschak/gospel)
+Languages: `Go`
+Categories: `Linter`
+
+<details>
+ <summary>History:</summary>
+
+- [`9ec92c1`](https://github.com/williamboman/mason.nvim/commit/9ec92c1) 2023-02-04 - feat(registry): add gospel ([#961](https://github.com/williamboman/mason.nvim/issues/961)) by Seth Daniel
+</details>
+
+```
+:MasonInstall gospel
+```
+
+
# gotests
> Gotests is a Golang commandline tool that generates table driven tests based on its target source files'