What's changed since v2.8.0:
- New features:
- Getting started walkthrough in Visual Studio Code is now generally available by @BernieWhite
#1099 - CodeLens for open or editing documentation for a rule is now generally available by @BernieWhite
#1139 - Added configuration to tune logging for excluded or suppressed rules by @BernieWhite.
#1068- Use these options to reduce output noise when testing in Visual Studio Code.
- The
PSRule.execution.ruleExcluded
setting configures excluded rules. - The
PSRule.execution.ruleSuppressed
setting configures suppressed rules.
- Add running analysis to getting started walkthrough by @BernieWhite.
#1093 - Important: Added support for new unprocessed object option by @BernieWhite.
#1127- The
PSRule.execution.unprocessedObject
setting configures what happens when objects are not processed. - The
PSRule.execution.notProcessedWarning
setting has been deprecated inline with PSRule support. - For more information see deprecations.
- The
- Getting started walkthrough in Visual Studio Code is now generally available by @BernieWhite
- Engineering:
See change log.