mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
test(ql3): authorize read-only cutover probe boundary
This commit is contained in:
@@ -2818,6 +2818,14 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
if (
|
||||
packagePath === 'packages/ql3-local-application' &&
|
||||
path.relative(packageDirectory, filePath) ===
|
||||
'src/production-process/cutoverProbeProcess.ts' &&
|
||||
specifier === '@qinglong/local-sqlite/readiness-inspection'
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
if (
|
||||
packagePath === 'packages/ql3-local-application' &&
|
||||
path.relative(packageDirectory, filePath) ===
|
||||
|
||||
Reference in New Issue
Block a user