mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): plan automation reconciliation rows
This commit is contained in:
@@ -2018,6 +2018,11 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
'@qinglong/local-sqlite/authentication-read',
|
||||
].includes(specifier)
|
||||
) &&
|
||||
!(
|
||||
path.relative(packageDirectory, filePath) ===
|
||||
'src/deployment/reconciliation/application/automation/rowPlan.ts' &&
|
||||
specifier === '@qinglong/local-admin/adoption-inspection'
|
||||
) &&
|
||||
!(
|
||||
[
|
||||
'src/deployment/compose/composeApply.ts',
|
||||
|
||||
Reference in New Issue
Block a user