ps/Modules/PSScriptAnalyzerSettings.psd1

11 lines
188 B
PowerShell
Raw Permalink Normal View History

2023-05-30 22:51:22 -07:00
@{
CustomRulePath = @(
'.\Alkami.PowerShell.PSScriptAnalyzerRules\Public\'
)
IncludeDefaultRules = $true
IncludeRules = @(
'Measure-*'
)
}