Dr. Skill Issue

Results 5 issues of Dr. Skill Issue

**Summary of the new feature** As a code reviewer, I want script/module writers to receive automated informational warnings about backtick usage so that my review time isn't consumed by catching...

## PR Summary Fixes multiple whitespace formatting issues in `PSUseConsistentWhitespace` rule ### Issues Fixed: - **#1561** - CheckParameter removing whitespace inside string literals - **#1742** - False positive on hashtable...

## PR Summary #2046 Adds a new built-in rule `PSAvoidUsingNewObject` that flags usage of the `New-Object` cmdlet and recommends using type literals with `::new()` syntax instead for better performance and...

**Summary of the new feature** I want PSScriptAnalyzer to flag uses of `Out-Null` for output suppression so that I can maintain consistent code style and potentially gain minor performance improvements....

**Summary of the new feature** > NOTE: I do believe this rule isn't relevant for v7.5+ but a lot of us are unfortunately stuck on v5.1. As a code reviewer,...