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 f3ec77f commit 8948215Copy full SHA for 8948215
scripts/util/Get-DuplicateRules.ps1
@@ -8,7 +8,7 @@ param(
8
9
)
10
11
-Import-Module -Name "$PSScriptRoot\..\PSCodingStandards\CodingStandards"
+Import-Module -Name "$PSScriptRoot/../PSCodingStandards\CodingStandards"
12
13
# load the rules.
14
$rules = Get-RulesFromCSV -Language $Language
0 commit comments