sbaudoin/sonar-shellcheck

Ability to Skip/Disable Shellcheck Plugin

Closed this issue · 4 comments

znerd commented

It would be great if I could just disable the ShellCheck plugin by setting a single property, e.g.:

sonar.shellcheck.skip=true

This would be similar to what e.g. the SonarQube Build Breaker plugin features. It can be disabled by setting a similar property:

sonar.buildbreaker.skip=true

See:

Hello,

Why not but why not just simply remove all rules from the quality profile?

znerd commented

There can be many reasons, including: for debugging, as a temporary measure, etc.

But most importantly (at least to us) to allow control over the behavior from the code. Everything is managed more and more from the code repository.

OK, agreed. I'll implement this for the next release.