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
159
159
/// <summary>
160
160
/// Returns path to the file that contains user profile for ScriptAnalyzer
161
161
/// </summary>
162
- [ Alias ( "Configuration " ) ]
162
+ [ Alias ( "Profile " ) ]
163
163
[ Parameter ( Mandatory = false ) ]
164
164
[ ValidateNotNull ]
165
- public string Profile
165
+ public string Configuration
166
166
{
167
- get { return profile ; }
168
- set { profile = value ; }
167
+ get { return configuration ; }
168
+ set { configuration = value ; }
169
169
}
170
- private string profile ;
170
+ private string configuration ;
171
171
172
172
#endregion Parameters
173
173
@@ -188,7 +188,7 @@ protected override void BeginProcessing()
188
188
this . excludeRule ,
189
189
this . severity ,
190
190
this . suppressedOnly ,
191
- this . profile ) ;
191
+ this . configuration ) ;
192
192
}
193
193
194
194
/// <summary>
You can’t perform that action at this time.
0 commit comments