We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8342a43 commit 522aa79Copy full SHA for 522aa79
Rules/UseConsistentCasing.cs
@@ -15,7 +15,7 @@
15
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
16
{
17
/// <summary>
18
- /// UseConsistentCasing: Check if cmdlet is cased correctly.
+ /// UseConsistentCasing: Check if keywords and operators are cased correctly.
19
/// </summary>
20
#if !CORECLR
21
[Export(typeof(IScriptRule))]
0 commit comments