Skip to content

Commit 1e81003

Browse files
committed
Fixes PowerShell#1720 - move rule docs and update tests
1 parent 00bea7a commit 1e81003

File tree

71 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1
-1
lines changed

Tests/Documentation/RuleDocumentation.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Describe "Validate rule documentation files" {
22
BeforeAll {
3-
$ruleDocDirectory = Join-Path $PSScriptRoot '../../RuleDocumentation'
3+
$ruleDocDirectory = Join-Path $PSScriptRoot '../../docs/Rules'
44
$docs = Get-ChildItem $ruleDocDirectory/*.md -Exclude README.md |
55
ForEach-Object { "PS" + $_.BaseName} | Sort-Object
66

0 commit comments

Comments
 (0)