mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +00:00
Refactor code formatting and improve consistency across various test files
- Removed unnecessary blank lines in multiple test files to enhance readability. - Ensured consistent spacing and formatting in the `Trima`, `Usf`, `Vidya`, `Wma`, and `Atr` test classes. - Updated comments for clarity and consistency in the `Atr` and `Adl` classes. - Adjusted project files for better structure and maintainability.
This commit is contained in:
+6
-6
@@ -5,18 +5,18 @@ reviews:
|
||||
path_filters:
|
||||
# Include C# source files first
|
||||
- "lib/trends/**/*.cs"
|
||||
|
||||
|
||||
# Exclude test files
|
||||
- "!**/*.Tests.cs"
|
||||
- "!**/*Tests.cs"
|
||||
- "!**/*.Validation.Tests.cs"
|
||||
|
||||
|
||||
# Exclude Quantower adapters
|
||||
- "!**/*.Quantower.Tests.cs"
|
||||
- "!**/*.Quantower.cs"
|
||||
- "!**/quantower/**"
|
||||
- "!**/docs/*.md"
|
||||
|
||||
|
||||
# Exclude build/IDE artifacts
|
||||
- "!**/bin/**"
|
||||
- "!**/obj/**"
|
||||
@@ -31,7 +31,7 @@ reviews:
|
||||
- "!**/ilspy/**"
|
||||
- "!**/perf/**"
|
||||
- "!**/Mocks/**"
|
||||
|
||||
|
||||
# Exclude non-source files
|
||||
- "!**/*.md"
|
||||
- "!**/*.dib"
|
||||
@@ -49,7 +49,7 @@ reviews:
|
||||
- "!**/*.lock"
|
||||
- "!**/*.props"
|
||||
- "!**/*.targets"
|
||||
|
||||
|
||||
# Exclude binaries
|
||||
- "!**/*.dll"
|
||||
- "!**/*.pdb"
|
||||
@@ -58,7 +58,7 @@ reviews:
|
||||
- "!**/*.so"
|
||||
- "!**/*.dylib"
|
||||
- "!**/*.exe"
|
||||
|
||||
|
||||
# Exclude data/media files
|
||||
- "!**/*.db"
|
||||
- "!**/*.sqlite"
|
||||
|
||||
Reference in New Issue
Block a user