Skip to content

Commit 67b1a6c

Browse files
committed
refactor: Remove old validator files after 6-validator refactor
Remove dead code from previous architecture: - performance-validator.ts → replaced by size-validator.ts - triggering-validator.ts → replaced by keyword-validator.ts - integration-validator.ts → replaced by harness-validator.ts These validators were superseded in the previous commit but remained as unused code. They were: - NOT exported from src/index.ts - NOT imported by src/core/linter.ts - Had incomplete test coverage (17-63%) After deletion: - 422 tests passing (down from 463 - removed 41 old validator tests) - Cleaner architecture with single source of truth - No functional changes - backward compat maintained in config schema
1 parent 044dd1a commit 67b1a6c

6 files changed

Lines changed: 0 additions & 1752 deletions

File tree

plugins/ui5/skill-lint/src/validators/integration-validator.ts

Lines changed: 0 additions & 198 deletions
This file was deleted.

plugins/ui5/skill-lint/src/validators/performance-validator.ts

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)