Skip to content

Commit

Permalink
SONARMSBRU-190: Add CLInclude to the list of item groups that point t…
Browse files Browse the repository at this point in the history
…o files to be scanned by SonarQube. CLInclude defines header files for C++ projects.
  • Loading branch information
Bogdan Gavril committed Dec 2, 2015
1 parent 8cf5d78 commit 655cf62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<SonarQubeOutputPath Condition=" $(SonarQubeOutputPath) == '' ">$(SonarQubeTempPath)\out\</SonarQubeOutputPath>

<!-- Specify the ItemGroups to be analyzed -->
<SQAnalysisFileItemTypes Condition=" $(SQAnalysisFileItemTypes) == '' ">Compile;Content;EmbeddedResource;None;ClCompile;Page;TypeScriptCompile</SQAnalysisFileItemTypes>
<SQAnalysisFileItemTypes Condition=" $(SQAnalysisFileItemTypes) == '' ">Compile;Content;EmbeddedResource;None;ClCompile;ClInclude;Page;TypeScriptCompile</SQAnalysisFileItemTypes>
</PropertyGroup>

<!-- **************************************************************************** -->
Expand Down

0 comments on commit 655cf62

Please sign in to comment.