File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
22
22
{
23
23
/// <summary>
24
- /// A class to walk an AST to check for [ violation]
24
+ /// A class to walk an AST to check for violation.
25
25
/// </summary>
26
26
#if ! CORECLR
27
27
[ Export ( typeof ( IScriptRule ) ) ]
Original file line number Diff line number Diff line change 22
22
namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
23
23
{
24
24
/// <summary>
25
- /// A class to walk an AST to check for [ violation]
25
+ /// A class to walk an AST to check for violation.
26
26
/// </summary>
27
27
#if ! CORECLR
28
28
[ Export ( typeof ( IScriptRule ) ) ]
Original file line number Diff line number Diff line change 21
21
namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
22
22
{
23
23
/// <summary>
24
- /// A class to walk an AST to check for [ violation]
24
+ /// A class to walk an AST to check for violation.
25
25
/// </summary>
26
26
#if ! CORECLR
27
27
[ Export ( typeof ( IScriptRule ) ) ]
You can’t perform that action at this time.
0 commit comments