Skip to content

Commit 4d26071

Browse files
author
Kapil Borle
committed
Remove PSDefaultParameterValue.Clear() from psm1 file
1 parent 2252b75 commit 4d26071

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Engine/PSScriptAnalyzer.psm1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#
22
# Script module for module 'PSScriptAnalyzer'
33
#
4-
5-
# Clear PSDefaultParameterValues in the module scope and enable strict mode
6-
$PSDefaultParameterValues.Clear()
74
Set-StrictMode -Version Latest
85

96
# Set up some helper variables to make it easier to work with the module

0 commit comments

Comments
 (0)