Skip to content

Commit 8a6dd7f

Browse files
author
Kapil Borle
committed
Update inline documentation of new rules
1 parent 460dfa9 commit 8a6dd7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Rules/PlaceCloseBrace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
2222
{
2323
/// <summary>
24-
/// A class to walk an AST to check for [violation]
24+
/// A class to walk an AST to check for violation.
2525
/// </summary>
2626
#if !CORECLR
2727
[Export(typeof(IScriptRule))]

Rules/PlaceOpenBrace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
2323
{
2424
/// <summary>
25-
/// A class to walk an AST to check for [violation]
25+
/// A class to walk an AST to check for violation.
2626
/// </summary>
2727
#if !CORECLR
2828
[Export(typeof(IScriptRule))]

Rules/UseConsistentIndentation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
2222
{
2323
/// <summary>
24-
/// A class to walk an AST to check for [violation]
24+
/// A class to walk an AST to check for violation.
2525
/// </summary>
2626
#if !CORECLR
2727
[Export(typeof(IScriptRule))]

0 commit comments

Comments
 (0)