Skip to content

Commit 914ffb3

Browse files
committedMar 24, 2024
Merge branch 'rename-function-customvisitor' of https://github.com/Razmo99/PowerShellEditorServices into rename-function-customvisitor
2 parents a5296ab + 2c9a8e0 commit 914ffb3

File tree

110 files changed

+8252
-3156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+8252
-3156
lines changed
 

‎.config/tsaoptions.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"instanceUrl": "https://msazure.visualstudio.com",
3+
"projectName": "One",
4+
"areaPath": "One\\MGMT\\Compute\\Powershell\\Powershell",
5+
"notificationAliases": [ "andschwa@microsoft.com", "slee@microsoft.com" ],
6+
"codebaseName": "PowerShell_PowerShellEditorServices_20240313",
7+
"tools": [ "CredScan", "PoliCheck", "BinSkim" ]
8+
}

‎.editorconfig

+2-7
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ dotnet_diagnostic.VSTHRD114.severity = error
116116
# VSTHRD200: Use "Async" suffix for awaitable methods
117117
dotnet_diagnostic.VSTHRD200.severity = silent
118118

119-
# xUnit2013: Do not use equality check to check for collection size
120-
dotnet_diagnostic.xUnit2013.severity = error
121-
# xUnit1004: Test methods should not be skipped
122-
dotnet_diagnostic.xUnit1004.severity = suggestion
123-
124119
# IDE0001: Simplify name
125120
dotnet_diagnostic.IDE0001.severity = error
126121
# IDE0002: Simplify member access
@@ -160,7 +155,7 @@ dotnet_diagnostic.IDE0026.severity = error
160155
# IDE0027: Use expression body for accessors
161156
dotnet_diagnostic.IDE0027.severity = error
162157
# IDE0028: Use collection initializers
163-
dotnet_diagnostic.IDE0028.severity = error
158+
dotnet_diagnostic.IDE0028.severity = suggestion
164159
# IDE0029: Use coalesce expression (non-nullable types)
165160
dotnet_diagnostic.IDE0029.severity = error
166161
# IDE0030: Use coalesce expression (nullable types)
@@ -224,7 +219,7 @@ dotnet_diagnostic.IDE0082.severity = error
224219
# IDE0083: Use pattern matching (not operator)
225220
dotnet_diagnostic.IDE0083.severity = error
226221
# IDE0090: Simplify new expression
227-
dotnet_diagnostic.IDE0090.severity = error
222+
dotnet_diagnostic.IDE0090.severity = suggestion
228223
# IDE0100: Remove unnecessary equality operator
229224
dotnet_diagnostic.IDE0100.severity = error
230225
# IDE0110: Remove unnecessary discard

0 commit comments

Comments
 (0)