mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
suppress S1192: guard clause exception messages are inline by convention
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
"id": "S1144",
|
||||
"reason": "Unused private types or members should be removed - false positives on reflection/serialization patterns"
|
||||
},
|
||||
{
|
||||
"id": "S1192",
|
||||
"reason": "String literals should not be duplicated - guard clause exception messages are inline by .NET convention, not localizable strings"
|
||||
},
|
||||
{
|
||||
"id": "S1244",
|
||||
"reason": "Floating point numbers should not be tested for equality - intentional exact comparisons in financial calculations"
|
||||
|
||||
Reference in New Issue
Block a user