feat: deliver policy-driven Git Validator 2.0
This commit is contained in:
@@ -221,12 +221,14 @@ test("Git Validator exposes scored best-practice checks and bounded repairs", as
|
||||
"utf8",
|
||||
);
|
||||
assert.match(renderer, /function renderGitValidator/);
|
||||
assert.match(renderer, /git-validator-repair-safe/);
|
||||
assert.match(renderer, /check\.safe/);
|
||||
assert.match(renderer, /gitValidatorPreviewRepair/);
|
||||
assert.match(renderer, /git-validator-suppress/);
|
||||
assert.match(renderer, /git-validator-policy/);
|
||||
assert.match(styles, /\.validator-score/);
|
||||
assert.match(styles, /@container \(max-width: 900px\)/);
|
||||
assert.match(preload, /gitValidatorScan/);
|
||||
assert.match(preload, /gitValidatorRepair/);
|
||||
assert.match(preload, /gitValidatorExport/);
|
||||
});
|
||||
|
||||
test("renderer guards accessible names, labels and uncertain inventory evidence", async () => {
|
||||
|
||||
Reference in New Issue
Block a user