Skip to content

Commit bab5f9f

Browse files
authored
Update CheckConfiguration.cs (#10609)
1 parent 7cf6609 commit bab5f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Build/BuildCheck/API/CheckConfiguration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ public class CheckConfiguration
3535
///
3636
/// If not supported by the data source - then the setting is ignored
3737
/// </summary>
38-
public EvaluationCheckScope? EvaluationCheckScope { get; internal init; }
38+
public EvaluationCheckScope? EvaluationCheckScope { get; init; }
3939

4040
/// <summary>
4141
/// The severity of the result for the rule.
4242
/// </summary>
43-
public CheckResultSeverity? Severity { get; internal init; }
43+
public CheckResultSeverity? Severity { get; init; }
4444

4545
/// <summary>
4646
/// Whether the check rule is enabled.

0 commit comments

Comments
 (0)