fix(ci): resolve lint errors and remove stale tdd_expected_fail tag #5264

Merged
hurui200320 merged 1 commits from fix/broken-ci into master 2026-04-09 04:41:01 +00:00

1 Commits

Author SHA1 Message Date
hurui200320 77c29238c4 fix(ci): resolve lint errors and remove stale tdd_expected_fail tag
CI / lint (pull_request) Successful in 40s
CI / quality (pull_request) Successful in 43s
CI / security (pull_request) Successful in 49s
CI / typecheck (pull_request) Successful in 51s
CI / push-validation (pull_request) Successful in 20s
CI / build (pull_request) Successful in 31s
CI / helm (pull_request) Successful in 1m0s
CI / e2e_tests (pull_request) Successful in 3m13s
CI / integration_tests (pull_request) Successful in 6m27s
CI / unit_tests (pull_request) Successful in 7m32s
CI / docker (pull_request) Successful in 1m33s
CI / coverage (pull_request) Successful in 10m32s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 57m26s
Fixed 51 ruff lint violations in scripts/validate_automation_tracking.py:
- Sorted imports per isort convention
- Replaced deprecated typing.List/Dict/Tuple/Optional with builtin equivalents
- Removed unused Optional import and unused local variable
- Fixed trailing whitespace, blank-line whitespace, and line-too-long errors
- Replaced dict.keys() with dict in membership tests

Removed tdd_expected_fail tag from Robot.Coverage Threshold test
'Noxfile Contains Coverage Threshold Constant' (issue #4305) because
the bug it tracked is now fixed (COVERAGE_THRESHOLD = 97 exists in
noxfile.py). The TDD listener was inverting the passing result to a
failure.
2026-04-09 04:18:55 +00:00