Skip to content

Commit

Permalink
Re-enabling PSUseCorrectCasing analyzer rule, because PowerShell/PSSc…
Browse files Browse the repository at this point in the history
…riptAnalyzer#1881 no longer blocks it
  • Loading branch information
BenedekFarkas committed Jan 18, 2023
1 parent 32527c6 commit 21203aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Lombiq.Analyzers.PowerShell/PSScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
CheckParameter = $false
IgnoreAssignmentOperatorInsideHashTable = $false
}
# PSUseCorrectCasing is not enabled yet due to https://github.com/PowerShell/PSScriptAnalyzer/issues/1881.
# PSUseCorrectCasing = @{
# Enable = $true
# }
PSUseCorrectCasing = @{
Enable = $true
}
}
}

0 comments on commit 21203aa

Please sign in to comment.