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
This commit is contained in:
thomasd- 2019-02-24 22:47:37 -05:00 committed by GitHub
commit b2af343951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) - [On the web](#on-the-web)
- [From your terminal](#from-your-terminal) - [From your terminal](#from-your-terminal)
- [In your editor](#in-your-editor) - [In your editor](#in-your-editor)
- [With sonarqube](#with-sonarqube)
- [In your build or test suites](#in-your-build-or-test-suites) - [In your build or test suites](#in-your-build-or-test-suites)
- [Installing](#installing) - [Installing](#installing)
- [Travis CI](#travis-ci) - [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). * 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 ### In your build or test suites
While ShellCheck is mostly intended for interactive use, it can easily be added to builds or test suites. While ShellCheck is mostly intended for interactive use, it can easily be added to builds or test suites.