Skip to content

Commit 5513dcc

Browse files
author
Kapil Borle
committed
Move SettingsMode to Settings.cs
1 parent 24fce48 commit 5513dcc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Engine/Commands/InvokeScriptAnalyzerCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ public SwitchParameter SaveDscDependency
206206
}
207207
private bool saveDscDependency;
208208
#endif // !PSV3
209-
210-
private enum SettingsMode { None = 0, Auto, File, Hashtable, Preset };
211209
#endregion Parameters
212210

213211
#region Overrides

Engine/Generic/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic
2222
{
23-
23+
internal enum SettingsMode { None = 0, Auto, File, Hashtable, Preset };
2424

2525
public class Settings
2626
{

0 commit comments

Comments
 (0)