From e1f7bfdc2503d5b61446377ce5fd6eaba97b326e Mon Sep 17 00:00:00 2001 From: Benjamin Wuethrich Date: Thu, 18 Apr 2024 02:48:49 -0400 Subject: [PATCH] docs: fix "Goreleser" typo in README (#5538) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da775907..f5eb1821 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Super-linter supports the following tools: | **Gherkin** | [gherkin-lint](https://github.com/vsiakka/gherkin-lint) | | **GitHub Actions** | [actionlint](https://github.com/rhysd/actionlint) | | **Golang** | [golangci-lint](https://github.com/golangci/golangci-lint) | -| **GoReleser** | [GoReleser](https://github.com/goreleaser/goreleaser) | +| **GoReleaser** | [GoReleaser](https://github.com/goreleaser/goreleaser) | | **Groovy** | [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | | **HTML** | [HTMLHint](https://github.com/htmlhint/HTMLHint) | | **Java** | [checkstyle](https://checkstyle.org) / [google-java-format](https://github.com/google/google-java-format) |