We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60819f0 commit a157ad3Copy full SHA for a157ad3
test/.editorconfig
@@ -102,6 +102,12 @@ dotnet_diagnostic.SA1623.severity = none
102
# For unit test projects, we do not care about documentation.
103
dotnet_diagnostic.SA1629.severity = none
104
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
+
111
#### .NET Compiler Platform analysers rules ####
112
113
# CA1001: Types that own disposable fields should be disposable
0 commit comments