codeant-ai-for-open-source[bot] commented on PR #37225:
URL: https://github.com/apache/superset/pull/37225#issuecomment-3764143994
## **Sequence Diagram**
This PR moves Jest-specific linting from ESLint to Oxlint and updates tests
to conform (mainly replacing test(...) with it(...) and adjusting top-level
tests). The diagram shows the developer change, lint enforcement, code edits,
and CI verification — the core success path affected by the PR.
```mermaid
sequenceDiagram
participant Dev as Developer
participant Repo as Codebase (tests)
participant Oxlint as Oxlint (new linter rules)
participant CI as CI Pipeline
Dev->>Repo: Add/enable Jest rules in Oxlint, remove from ESLint
Oxlint->>Repo: Enforce describe/it usage (lint violations)
Dev->>Repo: Refactor tests (replace test() -> it(), fix linted cases)
Repo-->>Oxlint: Files now pass Oxlint rules
Repo->>CI: Push changes / open PR
CI->>Repo: Run tests + lint checks
CI-->>Dev: Green CI (mergeable)
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]