ps/Modules/PSScriptAnalyzerSettings.psd1
2023-05-30 22:51:22 -07:00

11 lines
188 B
PowerShell

@{
CustomRulePath = @(
'.\Alkami.PowerShell.PSScriptAnalyzerRules\Public\'
)
IncludeDefaultRules = $true
IncludeRules = @(
'Measure-*'
)
}