Skip to content

Commit a4abd6f

Browse files
committed
Add missing configuration parameter
1 parent 273992b commit a4abd6f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/Rules/UseConsistentParametersKind.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Use the same pattern when defining parameters
3-
ms.date: 07/21/2026
3+
ms.date: 07/23/2026
44
ms.topic: reference
55
title: UseConsistentParametersKind
66
---
@@ -54,3 +54,9 @@ Rules = @{
5454

5555
This parameter controls whether ScriptAnalyzer checks the code against this rule. It accepts a
5656
boolean value. To enable this rule, set this parameter to `$true`. The default value is `$false`.
57+
58+
## ParametersKind
59+
60+
Use this parameter to specify the type of parameter definition pattern that should be used
61+
consistently across all functions. It accepts a string value, which can be either `Inline` or
62+
`ParamBlock`. The default value is `ParamBlock`.

0 commit comments

Comments
 (0)