Enhance coding conventions and static analysis setup; update .editorconfig, scanner.sh, and various C# files for improved readability and performance

This commit is contained in:
Miha Kralj
2025-12-04 14:36:00 -08:00
parent 967096d4f5
commit ee358bfdd9
9 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace QuanTAlib;
/// Stateless design - only maintains minimal state needed for price continuity.
/// </summary>
[SkipLocalsInit]
// Types should be named in PascalCase - GBM is a standard acronym
#pragma warning disable S101 // Rename class 'GBM' to match pascal case naming rules
public class GBM : IFeed
#pragma warning restore S101
{