forked from Crockan/MercuryToolbox
7 lines
120 B
PowerShell
7 lines
120 B
PowerShell
@{
|
|
IncludeRules = @(
|
|
'PSAvoidAssignmentToAutomaticVariable',
|
|
'PSAvoidUsingInvokeExpression'
|
|
)
|
|
}
|