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 8c5a638 commit 420ef88Copy full SHA for 420ef88
RuleDocumentation/AvoidLongLines.md
@@ -14,7 +14,7 @@ Lines should be no longer than a configured number of characters (default: 120),
14
Rules = @{
15
PSAvoidLongLines = @{
16
Enable = $true
17
- LineLength = 120
+ MaximumLineLength = 120
18
}
19
20
```
0 commit comments