2026-01-27 23:48:33 -08:00
|
|
|
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
2026-01-31 17:25:39 -08:00
|
|
|
# CodeRabbit Configuration - QuanTAlib
|
|
|
|
|
#
|
|
|
|
|
# Reviews ONLY implementation .cs files (~196 files)
|
|
|
|
|
# Auto-detects new indicators
|
2026-01-27 23:48:33 -08:00
|
|
|
|
|
|
|
|
language: en-US
|
|
|
|
|
|
|
|
|
|
reviews:
|
|
|
|
|
request_changes_workflow: false
|
|
|
|
|
high_level_summary: true
|
|
|
|
|
high_level_summary_placeholder: "@coderabbitai summary"
|
|
|
|
|
auto_title_placeholder: "@coderabbitai"
|
|
|
|
|
review_status: true
|
|
|
|
|
collapse_walkthrough: false
|
|
|
|
|
|
|
|
|
|
path_filters:
|
2026-01-31 17:25:39 -08:00
|
|
|
# INCLUDE: Only .cs files in lib/
|
2026-01-27 23:48:33 -08:00
|
|
|
- "lib/**/*.cs"
|
|
|
|
|
|
2026-01-31 11:21:09 -08:00
|
|
|
# EXCLUDE: Test files
|
2026-01-27 23:48:33 -08:00
|
|
|
- "!**/*.Tests.cs"
|
|
|
|
|
- "!**/*.Validation.Tests.cs"
|
|
|
|
|
|
2026-01-31 17:25:39 -08:00
|
|
|
# EXCLUDE: Quantower adapters
|
2026-01-30 12:47:25 -08:00
|
|
|
- "!**/*.Quantower.cs"
|
|
|
|
|
|
2026-01-31 17:25:39 -08:00
|
|
|
# EXCLUDE: Build artifacts
|
2026-01-31 11:21:09 -08:00
|
|
|
- "!**/obj/**"
|
|
|
|
|
- "!**/bin/**"
|
2026-01-27 23:48:33 -08:00
|
|
|
|
|
|
|
|
chat:
|
2026-01-31 17:25:39 -08:00
|
|
|
auto_reply: true
|