Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed Mar 9, 2023
1 parent 120a069 commit eccd739
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -91,7 +91,6 @@ public static string CreateSonarProjectConfigWithFilesToAnalyze(TestContext cont
string[] testExclusions = null,
string[] testInclusions = null,
string[] globalTestExclusions = null) =>

TestHelper.WriteFile(context, "SonarLint.xml", GenerateSonarLintXmlContent(language, analyzeGeneratedCode, exclusions, inclusions, globalExclusions, testExclusions, testInclusions, globalTestExclusions));

public static string GenerateSonarLintXmlContent(
Expand Down

0 comments on commit eccd739

Please sign in to comment.