Closed JohannesBe closed 4 years ago
In the script from this comment, I implemented it with the following syntax:
<rule>
<!-- ... -->
<tags>
<tag>Shell</tag>
<tag>Dockerfile</tag>
</tags>
</rule>
Hi @JohannesBe
Adding tags is a good idea ! Rather than only indicating if it's a Dockerfile or Shell rule, I would add another tag to tell it's an Hadolint rule or a Shellcheck rule. What do you think about it ?
SonarQube Tags are useful to quickly find what kind of issues need to be resolved.