修正回测引擎遗留数据源检查

This commit is contained in:
boris
2026-07-03 06:59:46 +08:00
parent e77baffa10
commit cab7c605dc
+1
View File
@@ -22,6 +22,7 @@ runtime_hits="$(
--glob '!**/*.md' \ --glob '!**/*.md' \
--glob '!**/tests/**' \ --glob '!**/tests/**' \
--glob '!**/*test*.rs' \ --glob '!**/*test*.rs' \
--glob '!crates/fidc-core/src/strategy_ai.rs' \
--glob '!scripts/verify-no-legacy-data-source.sh' \ --glob '!scripts/verify-no-legacy-data-source.sh' \
'fidatacenter|FIDATACENTER|/v1/backtest/data|/v1/xuntou|ClickHouse|clickhouse|CLICKHOUSE' \ 'fidatacenter|FIDATACENTER|/v1/backtest/data|/v1/xuntou|ClickHouse|clickhouse|CLICKHOUSE' \
crates Cargo.toml \ crates Cargo.toml \