cake-contrib / Cake.Sonar

:cake: :jigsaw: Cake addin to execute the MSBuild scanner for SonarQube in Cake builds
https://cakebuild.net/extensions/cake-sonar/
MIT License
31 stars 24 forks source link

Files inclusion into SonarQube analysis #50

Closed citrucc closed 6 years ago

citrucc commented 6 years ago

Hi,

Is there any possibility to include files? I know that there is possibility to exclude file, but I didn't find the way how to include.

tomstaijen commented 6 years ago

There is ArgumentCustomization in ToolSettings (which is a base class of . SonarBeginSettings) which you can use to configure the Inclusions parameter of the tool.