From 4dd762253f3aba35fe7a5070ab9395f062078637 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Tue, 3 Aug 2021 13:52:06 -0700 Subject: [PATCH] Remove defunct SonarQube plugin link (fixes #2292) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index bc0402c..a155b83 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,6 @@ Services and platforms that have ShellCheck pre-installed and ready to use: * [CircleCI](https://circleci.com) via the [ShellCheck Orb](https://circleci.com/orbs/registry/orb/circleci/shellcheck) * [Github](https://github.com/features/actions) (only Linux) -Services and platforms with third party plugins: - -* [SonarQube](https://www.sonarqube.org/) through [sonar-shellcheck-plugin](https://github.com/emerald-squad/sonar-shellcheck-plugin) - Most other services, including [GitLab](https://about.gitlab.com/), let you install ShellCheck yourself, either through the system's package manager (see [Installing](#installing)), or by downloading and unpacking a [binary release](#installing-a-pre-compiled-binary).