Skip to content

Commit

Permalink
Make property private
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-paidis-sonarsource committed Sep 20, 2024
1 parent 409464f commit 4807f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace SonarScanner.MSBuild.PreProcessor.AnalysisConfigProcessing.Processors;
public class AnalysisScopeProcessor(ProcessedArgs localSettings, IDictionary<string, string> serverProperties)
: AnalysisConfigProcessorBase(localSettings, serverProperties)
{
public static readonly string[] IgnoreParameters =
private static readonly string[] IgnoreParameters =
[
"sonar.sources",
"sonar.tests",
Expand Down

0 comments on commit 4807f53

Please sign in to comment.