We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc518c commit 7b4aa46Copy full SHA for 7b4aa46
src/PowerShellEditorServices/Analysis/AnalysisService.cs
@@ -31,6 +31,7 @@ public class AnalysisService : IDisposable
31
/// no settings file is specified.
32
/// </summary>
33
private static readonly string[] s_includedRules = {
34
+ "PSAvoidAssignmentToAutomaticVariable",
35
"PSUseToExportFieldsInManifest",
36
"PSMisleadingBacktick",
37
"PSAvoidUsingCmdletAliases",
0 commit comments