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.