Avatar for the oxc-project user
oxc-project
oxc
BlogDocsChangelog

Performance History

Latest Results

chore(deps): update napi
renovate/napi
9 minutes ago
chore(deps): update napi
renovate/napi
36 minutes ago
feat(linter/eslint-vitest-plugin): implements `require-test-timeout` rule (#20806) Related https://github.com/oxc-project/oxc/issues/4656 # AI Disclosure Used AI to create diagnostic messages and docs. I have reviewed the text and docs generated. The code have been done without AI assistance # Summary Some comments about the implementation: - Some tests have been ignored because the code is incorrect, Vitest **only accept two ways** to configure [timeout directly in a test](https://vitest.dev/api/test.html#timeout). - The OG rule skip linting a `test` or `it` if a `setConfig` has been found. The current implementation doesn't skip the lint, as an test can override the config from `setConfig`, and this to be invalid. - OG rule is disabled in `all` config. I think it's correct to set the rule as `restriction`, this rule can output dozens of warnings or errors if the timeout isn't configured on a test basis. - OG rule doens't lint if the config is set incorrectly, this does it. # Other - [Docs](https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/require-test-timeout.md) - [Source Code](https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/src/rules/require-test-timeout.ts) - [Test](https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/tests/require-test-timeout.test.ts) --------- Signed-off-by: Cameron <cameron.clark@hey.com> Co-authored-by: Cameron Clark <cameron.clark@hey.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
main
37 minutes ago
chore(deps): update napi
renovate/napi
45 minutes ago
update snapshot
ulrichstark:fix(linter)--handle-shadowed-locals-in-no-restricted-globals
50 minutes ago

Latest Branches

CodSpeed Performance Gauge
0%
chore(deps): update napi#20829
11 minutes ago
99daaf9
renovate/napi
CodSpeed Performance Gauge
0%
feat(linter/eslint-vitest-plugin): implements `require-test-timeout` rule#20806
46 minutes ago
ff4b138
Afsoon:vitest-require-test-timeout
CodSpeed Performance Gauge
0%
56 minutes ago
5a6a60e
ulrichstark:fix(linter)--handle-shadowed-locals-in-no-restricted-globals
© 2026 CodSpeed Technology
Home Terms Privacy Docs