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 8c48e93 commit 61c4d59Copy full SHA for 61c4d59
Tests/Documentation/RuleDocumentation.tests.ps1
@@ -57,7 +57,7 @@ Describe "Validate rule documentation files" {
57
}
58
59
60
- It "Every rule name in the rule documentation README.md file must match the documentation file's basename" --Skip:($env:APPVEYOR -and $IsLinux) {
+ It "Every rule name in the rule documentation README.md file must match the documentation file's basename" -Skip:($env:APPVEYOR -and $IsLinux) {
61
foreach ($key in $readmeLinks.Keys) {
62
$link = $readmeLinks[$key]
63
$filePath = Join-Path $ruleDocDirectory $link
0 commit comments