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 e5a5557 commit 7ba287fCopy full SHA for 7ba287f
src/PowerShellEditorServices/Services/Analysis/AnalysisService.cs
@@ -33,6 +33,7 @@ public class AnalysisService : IDisposable
33
/// no settings file is specified.
34
/// </summary>
35
private static readonly string[] s_includedRules = {
36
+ "PSAvoidAssignmentToAutomaticVariable",
37
"PSUseToExportFieldsInManifest",
38
"PSMisleadingBacktick",
39
"PSAvoidUsingCmdletAliases",
0 commit comments