Skip to content

Commit

Permalink
delete empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed Mar 14, 2023
1 parent 406ec7f commit ee8473d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -61,7 +61,6 @@ protected SonarAnalysisContextBase(SonarAnalysisContext analysisContext, TContex
&& (generatedCodeRecognizer is null || sonarLint.AnalyzeGeneratedCode || !tree.IsGenerated(generatedCodeRecognizer, Compilation))
&& (tree is null || ShouldAnalyzeFile(sonarLint, tree));


/// <summary>
/// Reads configuration from SonarProjectConfig.xml file and caches the result for scope of this analysis.
/// </summary>
Expand Down

0 comments on commit ee8473d

Please sign in to comment.