We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf6609 commit bab5f9fCopy full SHA for bab5f9f
src/Build/BuildCheck/API/CheckConfiguration.cs
@@ -35,12 +35,12 @@ public class CheckConfiguration
35
///
36
/// If not supported by the data source - then the setting is ignored
37
/// </summary>
38
- public EvaluationCheckScope? EvaluationCheckScope { get; internal init; }
+ public EvaluationCheckScope? EvaluationCheckScope { get; init; }
39
40
/// <summary>
41
/// The severity of the result for the rule.
42
43
- public CheckResultSeverity? Severity { get; internal init; }
+ public CheckResultSeverity? Severity { get; init; }
44
45
46
/// Whether the check rule is enabled.
0 commit comments