mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 05:48:06 +00:00
feat: update Qodana configuration to disable failure conditions and improve build stability
refactor: enhance Bilateral and SMA indicators to handle edge cases and improve state management refactor: clean up whitespace and formatting in various test files for consistency
This commit is contained in:
+9
-7
@@ -13,13 +13,15 @@ dotnet:
|
||||
frameworks: "net10.0"
|
||||
configuration: Release
|
||||
|
||||
failureConditions:
|
||||
severityThresholds:
|
||||
critical: -1
|
||||
high: -1
|
||||
moderate: -1
|
||||
low: -1
|
||||
info: -1
|
||||
# Disabled failure conditions - Qodana should never fail the build
|
||||
# Issues are reported for informational purposes only
|
||||
# failureConditions:
|
||||
# severityThresholds:
|
||||
# critical: -1
|
||||
# high: -1
|
||||
# moderate: -1
|
||||
# low: -1
|
||||
# info: -1
|
||||
|
||||
exclude:
|
||||
- name: All
|
||||
|
||||
Reference in New Issue
Block a user