mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 14:23:53 -07:00
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:
parent
8aa44bf529
commit
b2af343951
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue