Skip to content

Commit 03a62b9

Browse files
committed
Editorconfigs
1 parent 9fe461e commit 03a62b9

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# Justification: Test project
4+
dotnet_diagnostic.CA2007.severity = none
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# Justification: Test project
4+
dotnet_diagnostic.CA2007.severity = none
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[*.cs]
2+
3+
# Justification: Test project
4+
dotnet_diagnostic.CA2007.severity = none
5+
dotnet_diagnostic.PS0004.severity = none # A parameter of type CancellationToken on a private delegate or method should be required
6+
dotnet_diagnostic.PS0018.severity = none # Add a CancellationToken parameter
7+
8+
# Justification: Tests don't support cancellation and don't need to forward IMessageHandlerContext.CancellationToken
9+
dotnet_diagnostic.NSB0002.severity = suggestion
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[*.cs]
2+
3+
# Justification: Test project
4+
dotnet_diagnostic.CA2007.severity = none
5+
dotnet_diagnostic.PS0004.severity = none # A parameter of type CancellationToken on a private delegate or method should be required
6+
dotnet_diagnostic.PS0018.severity = none # Add a CancellationToken parameter
7+
8+
# Justification: Tests don't support cancellation and don't need to forward IMessageHandlerContext.CancellationToken
9+
dotnet_diagnostic.NSB0002.severity = suggestion

0 commit comments

Comments
 (0)