mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 05:48:06 +00:00
feat: streamline release workflow and remove unnecessary warnings in test files
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
namespace QuanTAlib.Tests;
|
||||
|
||||
#pragma warning disable S2245 // Random is acceptable for simulation/testing purposes
|
||||
public class PwmaTests
|
||||
{
|
||||
[Fact]
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
namespace QuanTAlib.Tests;
|
||||
|
||||
#pragma warning disable S2245 // Random is acceptable for simulation/testing purposes
|
||||
public class SmaTests
|
||||
{
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user