We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The plugin uses xml files produced by third party tools to feed sonar.
By default, those xml files will be analyzed by sonar xml plugin.
It would be nice to find a way to prevent that easily (i.e. without further action from the end-user).
sonar.exclusions
It is not clear to me what is the best option so far.
It would be nice to get some feedback from the users.
The text was updated successfully, but these errors were encountered:
sonar.exclusions=vendor/**,.git/**, **/*test.go, **/*.xml
Sorry, something went wrong.
No branches or pull requests
Description
The plugin uses xml files produced by third party tools to feed sonar.
By default, those xml files will be analyzed by sonar xml plugin.
It would be nice to find a way to prevent that easily (i.e. without further action from the end-user).
Potential solutions
sonar.exclusions
line with the default report names in the documentation (easy but not robust)It is not clear to me what is the best option so far.
It would be nice to get some feedback from the users.
The text was updated successfully, but these errors were encountered: