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 8948215 commit 1c6c8c0Copy full SHA for 1c6c8c0
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