mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
feat: suppress S4035 (IEquatable<T>) in Codacy/SonarCloud
This commit is contained in:
@@ -65,6 +65,7 @@ dotnet_diagnostic.S3949.severity = none
|
||||
dotnet_diagnostic.S3966.severity = none
|
||||
dotnet_diagnostic.S3990.severity = none
|
||||
dotnet_diagnostic.S3992.severity = none
|
||||
dotnet_diagnostic.S4035.severity = none
|
||||
dotnet_diagnostic.S4158.severity = none
|
||||
dotnet_diagnostic.S4347.severity = none
|
||||
dotnet_diagnostic.S5773.severity = none
|
||||
|
||||
@@ -153,6 +153,10 @@
|
||||
{
|
||||
"id": "S3992",
|
||||
"reason": "Assemblies should have ComVisible attribute - COM interop not required"
|
||||
},
|
||||
{
|
||||
"id": "S4035",
|
||||
"reason": "Classes implementing IComparable<T> should also implement IEquatable<T> - performance-optimized value types use custom equality semantics"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user