Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianAmbrosini committed Mar 13, 2023
1 parent b343f8a commit f0cc86a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -221,6 +221,7 @@ private static SonarCompilationReportingContext CreateCompilationWithOption(stri
var compilationContext = new CompilationAnalysisContext(compilation, options, _ => { }, _ => true, default);
return new(AnalysisScaffolding.CreateSonarAnalysisContext(), compilationContext);
}

private string GenerateSonarLintXmlWithParametrizedRule(string ruleId, string key, string value)
{
var ruleParameters = new List<SonarLintXmlRule>()
Expand Down

0 comments on commit f0cc86a

Please sign in to comment.