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 4ed08e6 commit 58b16a1Copy full SHA for 58b16a1
Tests/Rules/AlignAssignmentStatement.tests.ps1
@@ -6,8 +6,8 @@ Import-Module (Join-Path $testRootDirectory "PSScriptAnalyzerTestHelper.psm1")
6
7
$ruleConfiguration = @{
8
Enable = $true
9
- AlignInHashtable = $true
10
- AlignInDSCConfiguration = $true
+ CheckHashtable = $true
+ CheckDSCConfiguration = $true
11
}
12
13
$settings = @{
@@ -35,7 +35,7 @@ $hashtable = @{
35
36
$violations = Invoke-ScriptAnalyzer -ScriptDefinition $def -Settings $settings
37
$violations.Count | Should Be 1
38
- Test-CorrectionExtentFromContent $def $violations 1 '' ' '
+ Test-CorrectionExtentFromContent $def $violations 1 ' ' ' '
39
40
41
0 commit comments