Skip to content

Commit

Permalink
cover case of duplicate keys in sonarlint xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed Mar 21, 2023
1 parent 418b8a5 commit c555e5a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,15 +15,15 @@
</Setting>
<Setting>
<Key>sonar.cs.analyzeGeneratedCode</Key>
<Value>true</Value>
<Value>false</Value>
</Setting>
<Setting>
<Key>sonar.exclusions</Key>
<Value>Fake/Exclusions/**/*,Fake/Exclusions/Second*/**/*</Value>
</Setting>
<Setting>
<Key>sonar.exclusions</Key>
<Value>Fake/Inclusions/**/*,Fake/Inclusions/Second*/**/*</Value>
<Value>Fake/Inclusions/**/*</Value>
</Setting>
</Settings>
</AnalysisInput>

0 comments on commit c555e5a

Please sign in to comment.