You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- SuggestedCorrections for ScriptDefinition input (#665)
4
+
-[PSAvoidGlobalAliases](https://github.com/PowerShell/PSScriptAnalyzer/blob/278d4fdc56f2c630661b39d242d958f204b69a06/RuleDocumentation/AvoidGlobalAliases.md) and [PSAvoidGlobalFunction](https://github.com/PowerShell/PSScriptAnalyzer/blob/278d4fdc56f2c630661b39d242d958f204b69a06/RuleDocumentation/AvoidGlobalFunctions.md) rules (#658)
5
+
2
6
### Fixed
3
7
- Regular expression in `target` parameter in SuppressMessageAttribute (#638)
4
8
- Filtering on severity level for DSC rules (#642)
@@ -9,6 +13,11 @@
9
13
- PSUseDeclaredVarsMoreThanAssignments rule to ignore the following special variables (#653)
10
14
+`$PSModuleAutoLoadingPreference`
11
15
+`$InformationPreference`
16
+
- PSShouldProcess rule to not enforce `SupportsShouldProcess` if a function calls built-in cmdlet or function that calls `ShouldProcess` (#652).
0 commit comments