From b2af343951ad7a90b582363531ac72ab2b2fedc8 Mon Sep 17 00:00:00 2001 From: thomasd- Date: Sun, 24 Feb 2019 22:47:37 -0500 Subject: [PATCH] Add a link to a sonar plugin Hello, I made a sonarqube plugin to run ShellCheck as part of a sonar analysis. I hope you don't mind putting a link in your README. Thanks --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 38d6b3b..b34c7de 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ See [the gallery of bad code](README.md#user-content-gallery-of-bad-code) for ex - [On the web](#on-the-web) - [From your terminal](#from-your-terminal) - [In your editor](#in-your-editor) + - [With sonarqube](#with-sonarqube) - [In your build or test suites](#in-your-build-or-test-suites) - [Installing](#installing) - [Travis CI](#travis-ci) @@ -82,6 +83,10 @@ You can see ShellCheck suggestions directly in a variety of editors. * Most other editors, through [GCC error compatibility](shellcheck.1.md#user-content-formats). +### With sonarqube + +You can see ShellCheck reports using [this plugin for sonarqube](https://github.com/emerald-squad/sonar-shellcheck-plugin) + ### In your build or test suites While ShellCheck is mostly intended for interactive use, it can easily be added to builds or test suites.