We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22968ad commit fdf903fCopy full SHA for fdf903f
CHANGELOG.MD
@@ -1,6 +1,12 @@
1
## [unreleased](https://github.com/PowerShell/PSScriptAnalyzer/tree/development)
2
### Fixed
3
- Regular expression in `target` parameter in SuppressMessageAttribute (#638)
4
+- Filtering on severity level for DSC rules (#642)
5
+- PSUseCompatibleCmdlets rule
6
+ + to check for commands in Microsoft.PowerShell.Core snapin
7
+ + to ignore aliases
8
+ + to ignore custom defind commands
9
+
10
11
## [1.8.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.8.1) - 2016-10-13
12
### Added
0 commit comments