fix: deploy scripts/ files properly (correct directory)
This commit is contained in:
@@ -41,7 +41,7 @@ SUSPICIOUS_NUMBERS = [
|
||||
(r'1手\s*[:=]\s*\d{3,}', '可能的每手股数硬编码'),
|
||||
(r'[><=]\s*0\.[0-9]+', '可能的百分比阈值硬编码'),
|
||||
(r'仓位\s*[:=]\s*\d{3,}', '可能的仓位金额硬编码'),
|
||||
(r'['\"](?!http|~|\./|\.\./)/home/[^'\"]+['\"]', '可能的文件路径硬编码(应使用环境变量或配置)'),
|
||||
(r"['\"](?!http|~|\./|\.\./)/home/[^'\"]+['\"]", '可能的文件路径硬编码(应使用环境变量或配置)'),
|
||||
# 扩展点 — meta_growth 在此追加新规则
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user