Skip to content

Commit a157ad3

Browse files
committed
Workaround for new Sonar warnings because of MSTest4
1 parent 60819f0 commit a157ad3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ dotnet_diagnostic.SA1623.severity = none
102102
# For unit test projects, we do not care about documentation.
103103
dotnet_diagnostic.SA1629.severity = none
104104

105+
# Workaround https://github.com/SonarSource/sonar-dotnet/issues/9767
106+
dotnet_diagnostic.S1450.severity = none
107+
dotnet_diagnostic.S1764.severity = none
108+
dotnet_diagnostic.S3260.severity = none
109+
dotnet_diagnostic.S5445.severity = none
110+
105111
#### .NET Compiler Platform analysers rules ####
106112

107113
# CA1001: Types that own disposable fields should be disposable

0 commit comments

Comments
 (0)