SEPURI-SAI-KRISHNA commented on PR #43589: URL: https://github.com/apache/superset/pull/43589#issuecomment-5476385158
Note for whoever picks this up: the one red check (`lint-frontend`) is an infrastructure flake, not a finding against this diff. The run reports 1863 warnings and 94 errors, and none of the 94 are in either file this PR touches. The tell is the duration, this job finished in **1m14s**, where passing runs of the same job take 3m20s–3m35s. `npm i` is short-circuiting, so oxlint can't resolve imports and rules like `import(no-named-as-default)` fire across the tree. The same 1863/94 numbers appear verbatim on unrelated PRs, and the warning count varies between runs of identical code. Running oxlint directly against both changed files reports zero findings. The other 67 checks pass. I don't have permission to re-run the job myself, so I'll refresh it with a rebase if that's easier than a maintainer re-run. -- 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]
