File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,15 @@ public SwitchParameter SuppressedOnly
159159 /// <summary>
160160 /// Returns path to the file that contains user profile for ScriptAnalyzer
161161 /// </summary>
162- [ Alias ( "Configuration " ) ]
162+ [ Alias ( "Profile " ) ]
163163 [ Parameter ( Mandatory = false ) ]
164164 [ ValidateNotNull ]
165- public string Profile
165+ public string Configuration
166166 {
167- get { return profile ; }
168- set { profile = value ; }
167+ get { return configuration ; }
168+ set { configuration = value ; }
169169 }
170- private string profile ;
170+ private string configuration ;
171171
172172 #endregion Parameters
173173
@@ -188,7 +188,7 @@ protected override void BeginProcessing()
188188 this . excludeRule ,
189189 this . severity ,
190190 this . suppressedOnly ,
191- this . profile ) ;
191+ this . configuration ) ;
192192 }
193193
194194 /// <summary>
You can’t perform that action at this time.
0 commit comments