Files
MercuryToolbox/PSScriptAnalyzerSettings.psd1

7 lines
120 B
PowerShell

@{
IncludeRules = @(
'PSAvoidAssignmentToAutomaticVariable',
'PSAvoidUsingInvokeExpression'
)
}