Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7ce0f7b
feat(linter/eslint-plugin-vitest): not error pass test
Afsoon Dec 29, 2025
7d97401
feat(linter/eslint-plugin-vitest): handle most of the fail and fix te…
Afsoon Dec 30, 2025
791bd0a
feat(linter/eslint-plugin-vitest): handle test blockstatements
Afsoon Dec 30, 2025
99212e3
feat(linter/eslint-plugin-vitest): Added MatcherKind instead of match…
Afsoon Dec 31, 2025
ab27ec5
feat(linter/eslint-plugin-vitest): Refactor detect the column 0 of a …
Afsoon Dec 31, 2025
eb6b86c
feat(linter/eslint-plugin-vitest): Moved the nested mock reset call c…
Afsoon Dec 31, 2025
a2491fb
feat(linter/eslint-plugin-vitest): Set capacity to fxhashset ahead of…
Afsoon Dec 31, 2025
24c2041
feat(linter/eslint-plugin-vitest): is_not_modifier_member name
Afsoon Dec 31, 2025
cb26eb5
feat(linter/eslint-plugin-vitest): Set the fix as dangerous as we are…
Afsoon Dec 31, 2025
399a6ca
feat(linter/eslint-plugin-vitest): Displaying two different diagnosti…
Afsoon Dec 31, 2025
649a652
feat(linter/eslint-plugin-vitest): parse call expression statement fu…
Afsoon Jan 1, 2026
63dbb24
feat(linter/eslint-plugin-vitest): More detailed documentation, diagn…
Afsoon Jan 1, 2026
bc95eaa
feat(linter/eslint-plugin-vitest): Cleared clippy warning
Afsoon Jan 1, 2026
15f6c47
simplify
camc314 Jan 1, 2026
3540489
u
camc314 Jan 1, 2026
3d22c5f
u
camc314 Jan 1, 2026
edcd601
u
camc314 Jan 1, 2026
c5dac3e
u
camc314 Jan 1, 2026
671139f
u
camc314 Jan 1, 2026
e12cee6
u
camc314 Jan 1, 2026
03b5c85
conflict
camc314 Feb 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions crates/oxc_linter/src/generated/rule_runner_impls.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 38 additions & 1 deletion crates/oxc_linter/src/generated/rules_enum.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ pub(crate) mod vitest {
pub mod no_conditional_tests;
pub mod no_import_node_test;
pub mod no_importing_vitest_globals;
pub mod prefer_called_exactly_once_with;
pub mod prefer_called_once;
pub mod prefer_called_times;
pub mod prefer_describe_function_title;
Expand Down
Loading
Loading