From 7be86134902fbc44636e3a3adc4f1ec1d832867d Mon Sep 17 00:00:00 2001 From: Sysix <3897725+Sysix@users.noreply.github.com> Date: Fri, 6 Feb 2026 13:59:54 +0000 Subject: [PATCH] feat(linter): move `no-misleading-chracter-class` to `correctness` (#19006) Almost all passing tests are now successful, we have still some false-false tests, but they are rare in real word, one is #13436 --- ...mignore --no-ignore fixtures__linter__nan.js@oxlint.snap | 2 +- ... --ignore-pattern _____.vue fixtures__linter@oxlint.snap | 2 +- ...t-plugin -A all -D no-cycle fixtures__flow__@oxlint.snap | 2 +- .../_--import-plugin fixtures__flow__index.mjs@oxlint.snap | 2 +- ...-D correctness fixtures__linter__debugger.js@oxlint.snap | 2 +- ...-A no-debugger fixtures__linter__debugger.js@oxlint.snap | 2 +- ..._no_env.json fixtures__eslintrc_env__test.js@oxlint.snap | 2 +- ...f__eslintrc.json fixtures__no_undef__test.js@oxlint.snap | 2 +- ...browser.json fixtures__eslintrc_env__test.js@oxlint.snap | 2 +- ...slintrc.json fixtures__eslintrc_off__test.js@oxlint.snap | 2 +- ..._eslintrc.json fixtures__linter__debugger.js@oxlint.snap | 2 +- ...intrc.json fixtures__no_console_off__test.js@oxlint.snap | 2 +- ...oxlintrc.json fixtures__overrides__other.jsx@oxlint.snap | 6 +++--- ..._directories-config.json fixtures__overrides@oxlint.snap | 2 +- ...-plugin fixtures__typescript_eslint__test.ts@oxlint.snap | 2 +- ...rc.json fixtures__typescript_eslint__test.ts@oxlint.snap | 2 +- .../snapshots/_fixtures__astro__debugger.astro@oxlint.snap | 2 +- apps/oxlint/src/snapshots/_fixtures__linter@oxlint.snap | 2 +- ...linter__debugger.js fixtures__linter__nan.js@oxlint.snap | 2 +- .../snapshots/_fixtures__linter__debugger.js@oxlint.snap | 2 +- .../snapshots/_fixtures__linter__js_as_jsx.js@oxlint.snap | 2 +- .../_fixtures__svelte__debugger.svelte@oxlint.snap | 2 +- .../src/snapshots/_fixtures__vue__debugger.vue@oxlint.snap | 2 +- .../src/snapshots/_fixtures__vue__empty.vue@oxlint.snap | 2 +- .../src/snapshots/_fixtures__vue__invalid.vue@oxlint.snap | 2 +- apps/oxlint/src/snapshots/_foo.asdf@oxlint.snap | 2 +- ..._patterns__ignore_directory_-c eslintrc.json@oxlint.snap | 2 +- ..._test__eslintrc.json --ignore-pattern _.ts .@oxlint.snap | 2 +- .../fixtures__cross_module_nested_config_@oxlint.snap | 2 +- ...on test.js -c .oxlintrc-unicorn.json test.js@oxlint.snap | 4 ++-- apps/oxlint/src/snapshots/fixtures__dot_folder_@oxlint.snap | 2 +- ...-config extends_rules_config.json console.js@oxlint.snap | 2 +- ...aths__extends_extends_config.json console.js@oxlint.snap | 2 +- ...ures__extends_config_--disable-nested-config@oxlint.snap | 2 +- .../fixtures__extends_config_overrides@oxlint.snap | 2 +- .../fixtures__ignore_patterns_symlink_ .@oxlint.snap | 4 ++-- ...rt-cycle_--import-plugin -D import__no-cycle@oxlint.snap | 2 +- .../fixtures__issue_10394_-c .oxlintrc.json@oxlint.snap | 2 +- .../src/snapshots/fixtures__linter_debugger.js@oxlint.snap | 2 +- ...res__overrides_with_plugin_-c .oxlintrc.json@oxlint.snap | 2 +- ...ntrc.json --report-unused-disable-directives@oxlint.snap | 2 +- ...fixtures__tsgolint_config_error_--type-aware@oxlint.snap | 2 +- ...--report-unused-disable-directives unused.ts@oxlint.snap | 2 +- ...lint_disable_directives_--type-aware test.ts@oxlint.snap | 2 +- ...fig_err_--type-aware -D no-floating-promises@oxlint.snap | 2 +- ...ith_same_rule_name_-c .oxlintrc.json test.js@oxlint.snap | 2 +- apps/oxlint/src/snapshots/fixtures_issue_10054@oxlint.snap | 2 +- apps/oxlint/test/fixtures/basic/output.snap.md | 2 +- apps/oxlint/test/fixtures/basic_many_files/output.snap.md | 2 +- apps/oxlint/test/fixtures/js_config_basic/output.snap.md | 2 +- .../test/fixtures/js_config_define_config/output.snap.md | 2 +- .../test/fixtures/js_config_extends_multiple/output.snap.md | 2 +- .../test/fixtures/js_config_extends_rules/output.snap.md | 2 +- .../oxlint/test/fixtures/js_config_overrides/output.snap.md | 2 +- .../src/rules/eslint/no_misleading_character_class.rs | 2 +- 55 files changed, 59 insertions(+), 59 deletions(-) diff --git a/apps/oxlint/src/snapshots/_--ignore-path fixtures__linter__.customignore --no-ignore fixtures__linter__nan.js@oxlint.snap b/apps/oxlint/src/snapshots/_--ignore-path fixtures__linter__.customignore --no-ignore fixtures__linter__nan.js@oxlint.snap index 9bf99377a0f94..0ecafd6a30903 100644 --- a/apps/oxlint/src/snapshots/_--ignore-path fixtures__linter__.customignore --no-ignore fixtures__linter__nan.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_--ignore-path fixtures__linter__.customignore --no-ignore fixtures__linter__nan.js@oxlint.snap @@ -21,7 +21,7 @@ working directory: help: Use the `isNaN` function to compare with NaN. Found 2 warnings and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_--ignore-pattern _____.js --ignore-pattern _____.vue fixtures__linter@oxlint.snap b/apps/oxlint/src/snapshots/_--ignore-pattern _____.js --ignore-pattern _____.vue fixtures__linter@oxlint.snap index 704c7cc26b2bf..2e627544a363f 100644 --- a/apps/oxlint/src/snapshots/_--ignore-pattern _____.js --ignore-pattern _____.vue fixtures__linter@oxlint.snap +++ b/apps/oxlint/src/snapshots/_--ignore-pattern _____.js --ignore-pattern _____.vue fixtures__linter@oxlint.snap @@ -6,7 +6,7 @@ arguments: --ignore-pattern **/*.js --ignore-pattern **/*.vue fixtures/linter working directory: ---------- Found 0 warnings and 0 errors. -Finished in ms on 0 files with 92 rules using 1 threads. +Finished in ms on 0 files with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_--import-plugin -A all -D no-cycle fixtures__flow__@oxlint.snap b/apps/oxlint/src/snapshots/_--import-plugin -A all -D no-cycle fixtures__flow__@oxlint.snap index ecc1d449f36e1..4ffb1254d6cee 100644 --- a/apps/oxlint/src/snapshots/_--import-plugin -A all -D no-cycle fixtures__flow__@oxlint.snap +++ b/apps/oxlint/src/snapshots/_--import-plugin -A all -D no-cycle fixtures__flow__@oxlint.snap @@ -6,7 +6,7 @@ arguments: --import-plugin -A all -D no-cycle fixtures/flow/ working directory: ---------- Found 0 warnings and 0 errors. -Finished in ms on 2 files with 94 rules using 1 threads. +Finished in ms on 2 files with 95 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_--import-plugin fixtures__flow__index.mjs@oxlint.snap b/apps/oxlint/src/snapshots/_--import-plugin fixtures__flow__index.mjs@oxlint.snap index fbbdf29a4c9c8..bcb98b8cfbea3 100644 --- a/apps/oxlint/src/snapshots/_--import-plugin fixtures__flow__index.mjs@oxlint.snap +++ b/apps/oxlint/src/snapshots/_--import-plugin fixtures__flow__index.mjs@oxlint.snap @@ -6,7 +6,7 @@ arguments: --import-plugin fixtures/flow/index.mjs working directory: ---------- Found 0 warnings and 0 errors. -Finished in ms on 1 file with 94 rules using 1 threads. +Finished in ms on 1 file with 95 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_-D correctness fixtures__linter__debugger.js@oxlint.snap b/apps/oxlint/src/snapshots/_-D correctness fixtures__linter__debugger.js@oxlint.snap index ec54cf9ff8f15..262092b793fb0 100644 --- a/apps/oxlint/src/snapshots/_-D correctness fixtures__linter__debugger.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-D correctness fixtures__linter__debugger.js@oxlint.snap @@ -14,7 +14,7 @@ working directory: help: Remove the debugger statement Found 0 warnings and 1 error. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/_-W correctness -A no-debugger fixtures__linter__debugger.js@oxlint.snap b/apps/oxlint/src/snapshots/_-W correctness -A no-debugger fixtures__linter__debugger.js@oxlint.snap index 283daef7b5481..6c98f1f456b3b 100644 --- a/apps/oxlint/src/snapshots/_-W correctness -A no-debugger fixtures__linter__debugger.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-W correctness -A no-debugger fixtures__linter__debugger.js@oxlint.snap @@ -6,7 +6,7 @@ arguments: -W correctness -A no-debugger fixtures/linter/debugger.js working directory: ---------- Found 0 warnings and 0 errors. -Finished in ms on 1 file with 91 rules using 1 threads. +Finished in ms on 1 file with 92 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_-W no-undef -c fixtures__eslintrc_env__eslintrc_no_env.json fixtures__eslintrc_env__test.js@oxlint.snap b/apps/oxlint/src/snapshots/_-W no-undef -c fixtures__eslintrc_env__eslintrc_no_env.json fixtures__eslintrc_env__test.js@oxlint.snap index d1ebca9753627..7b375b6b0d5b1 100644 --- a/apps/oxlint/src/snapshots/_-W no-undef -c fixtures__eslintrc_env__eslintrc_no_env.json fixtures__eslintrc_env__test.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-W no-undef -c fixtures__eslintrc_env__eslintrc_no_env.json fixtures__eslintrc_env__test.js@oxlint.snap @@ -13,7 +13,7 @@ working directory: `---- Found 1 warning and 0 errors. -Finished in ms on 1 file with 93 rules using 1 threads. +Finished in ms on 1 file with 94 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_-W no-undef -c fixtures__no_undef__eslintrc.json fixtures__no_undef__test.js@oxlint.snap b/apps/oxlint/src/snapshots/_-W no-undef -c fixtures__no_undef__eslintrc.json fixtures__no_undef__test.js@oxlint.snap index e95999ca55216..517eeb37d304a 100644 --- a/apps/oxlint/src/snapshots/_-W no-undef -c fixtures__no_undef__eslintrc.json fixtures__no_undef__test.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-W no-undef -c fixtures__no_undef__eslintrc.json fixtures__no_undef__test.js@oxlint.snap @@ -13,7 +13,7 @@ working directory: `---- Found 1 warning and 0 errors. -Finished in ms on 1 file with 93 rules using 1 threads. +Finished in ms on 1 file with 94 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_-c fixtures__eslintrc_env__eslintrc_env_browser.json fixtures__eslintrc_env__test.js@oxlint.snap b/apps/oxlint/src/snapshots/_-c fixtures__eslintrc_env__eslintrc_env_browser.json fixtures__eslintrc_env__test.js@oxlint.snap index 840194248db6f..5565075f990c3 100644 --- a/apps/oxlint/src/snapshots/_-c fixtures__eslintrc_env__eslintrc_env_browser.json fixtures__eslintrc_env__test.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-c fixtures__eslintrc_env__eslintrc_env_browser.json fixtures__eslintrc_env__test.js@oxlint.snap @@ -6,7 +6,7 @@ arguments: -c fixtures/eslintrc_env/eslintrc_env_browser.json fixtures/eslintrc_ working directory: ---------- Found 0 warnings and 0 errors. -Finished in ms on 1 file with 93 rules using 1 threads. +Finished in ms on 1 file with 94 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_-c fixtures__eslintrc_off__eslintrc.json fixtures__eslintrc_off__test.js@oxlint.snap b/apps/oxlint/src/snapshots/_-c fixtures__eslintrc_off__eslintrc.json fixtures__eslintrc_off__test.js@oxlint.snap index 93296726cb0f1..69f27c48bb711 100644 --- a/apps/oxlint/src/snapshots/_-c fixtures__eslintrc_off__eslintrc.json fixtures__eslintrc_off__test.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-c fixtures__eslintrc_off__eslintrc.json fixtures__eslintrc_off__test.js@oxlint.snap @@ -12,7 +12,7 @@ working directory: help: Delete this file or add some code to it. Found 1 warning and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_-c fixtures__linter__eslintrc.json fixtures__linter__debugger.js@oxlint.snap b/apps/oxlint/src/snapshots/_-c fixtures__linter__eslintrc.json fixtures__linter__debugger.js@oxlint.snap index d985930f86422..48c3894818ab7 100644 --- a/apps/oxlint/src/snapshots/_-c fixtures__linter__eslintrc.json fixtures__linter__debugger.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-c fixtures__linter__eslintrc.json fixtures__linter__debugger.js@oxlint.snap @@ -14,7 +14,7 @@ working directory: help: Remove the debugger statement Found 0 warnings and 1 error. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/_-c fixtures__no_console_off__eslintrc.json fixtures__no_console_off__test.js@oxlint.snap b/apps/oxlint/src/snapshots/_-c fixtures__no_console_off__eslintrc.json fixtures__no_console_off__test.js@oxlint.snap index 188229d10b66d..5309c7f1e1044 100644 --- a/apps/oxlint/src/snapshots/_-c fixtures__no_console_off__eslintrc.json fixtures__no_console_off__test.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-c fixtures__no_console_off__eslintrc.json fixtures__no_console_off__test.js@oxlint.snap @@ -6,7 +6,7 @@ arguments: -c fixtures/no_console_off/eslintrc.json fixtures/no_console_off/test working directory: ---------- Found 0 warnings and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_-c fixtures__overrides__.oxlintrc.json fixtures__overrides__test.js -c fixtures__overrides__.oxlintrc.json fixtures__overrides__test.ts -c fixtures__overrides__.oxlintrc.json fixtures__overrides__other.jsx@oxlint.snap b/apps/oxlint/src/snapshots/_-c fixtures__overrides__.oxlintrc.json fixtures__overrides__test.js -c fixtures__overrides__.oxlintrc.json fixtures__overrides__test.ts -c fixtures__overrides__.oxlintrc.json fixtures__overrides__other.jsx@oxlint.snap index 8ab69f48b0c62..690d75df6db2f 100644 --- a/apps/oxlint/src/snapshots/_-c fixtures__overrides__.oxlintrc.json fixtures__overrides__test.js -c fixtures__overrides__.oxlintrc.json fixtures__overrides__test.ts -c fixtures__overrides__.oxlintrc.json fixtures__overrides__other.jsx@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-c fixtures__overrides__.oxlintrc.json fixtures__overrides__test.js -c fixtures__overrides__.oxlintrc.json fixtures__overrides__test.ts -c fixtures__overrides__.oxlintrc.json fixtures__overrides__other.jsx@oxlint.snap @@ -15,7 +15,7 @@ working directory: help: Replace var with let or const Found 0 warnings and 1 error. -Finished in ms on 1 file with 94 rules using 1 threads. +Finished in ms on 1 file with 95 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- @@ -42,7 +42,7 @@ working directory: help: Delete this console statement. Found 1 warning and 1 error. -Finished in ms on 1 file with 94 rules using 1 threads. +Finished in ms on 1 file with 95 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- @@ -61,7 +61,7 @@ working directory: help: Replace var with let or const Found 0 warnings and 1 error. -Finished in ms on 1 file with 94 rules using 1 threads. +Finished in ms on 1 file with 95 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/_-c fixtures__overrides__directories-config.json fixtures__overrides@oxlint.snap b/apps/oxlint/src/snapshots/_-c fixtures__overrides__directories-config.json fixtures__overrides@oxlint.snap index 092068f90efce..a0f3262fecba7 100644 --- a/apps/oxlint/src/snapshots/_-c fixtures__overrides__directories-config.json fixtures__overrides@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-c fixtures__overrides__directories-config.json fixtures__overrides@oxlint.snap @@ -35,7 +35,7 @@ working directory: help: Remove the debugger statement Found 2 warnings and 2 errors. -Finished in ms on 7 files with 91 rules using 1 threads. +Finished in ms on 7 files with 92 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/_-c fixtures__typescript_eslint__eslintrc.json --disable-typescript-plugin fixtures__typescript_eslint__test.ts@oxlint.snap b/apps/oxlint/src/snapshots/_-c fixtures__typescript_eslint__eslintrc.json --disable-typescript-plugin fixtures__typescript_eslint__test.ts@oxlint.snap index e987a74ed7656..0f33af938f36d 100644 --- a/apps/oxlint/src/snapshots/_-c fixtures__typescript_eslint__eslintrc.json --disable-typescript-plugin fixtures__typescript_eslint__test.ts@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-c fixtures__typescript_eslint__eslintrc.json --disable-typescript-plugin fixtures__typescript_eslint__test.ts@oxlint.snap @@ -31,7 +31,7 @@ working directory: help: Consider using this expression or removing it Found 2 warnings and 1 error. -Finished in ms on 1 file with 54 rules using 1 threads. +Finished in ms on 1 file with 55 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/_-c fixtures__typescript_eslint__eslintrc.json fixtures__typescript_eslint__test.ts@oxlint.snap b/apps/oxlint/src/snapshots/_-c fixtures__typescript_eslint__eslintrc.json fixtures__typescript_eslint__test.ts@oxlint.snap index fabeb0d75a4c7..9ab46a12e86b4 100644 --- a/apps/oxlint/src/snapshots/_-c fixtures__typescript_eslint__eslintrc.json fixtures__typescript_eslint__test.ts@oxlint.snap +++ b/apps/oxlint/src/snapshots/_-c fixtures__typescript_eslint__eslintrc.json fixtures__typescript_eslint__test.ts@oxlint.snap @@ -39,7 +39,7 @@ working directory: help: Consider using this expression or removing it Found 3 warnings and 1 error. -Finished in ms on 1 file with 67 rules using 1 threads. +Finished in ms on 1 file with 68 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__astro__debugger.astro@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__astro__debugger.astro@oxlint.snap index 094a5b731f736..6bd2b14723823 100644 --- a/apps/oxlint/src/snapshots/_fixtures__astro__debugger.astro@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__astro__debugger.astro@oxlint.snap @@ -43,7 +43,7 @@ working directory: help: Remove the debugger statement Found 4 warnings and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__linter@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__linter@oxlint.snap index fd09fbe9569d7..9fe1049562412 100644 --- a/apps/oxlint/src/snapshots/_fixtures__linter@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__linter@oxlint.snap @@ -36,7 +36,7 @@ working directory: help: Use the `isNaN` function to compare with NaN. Found 4 warnings and 0 errors. -Finished in ms on 3 files with 92 rules using 1 threads. +Finished in ms on 3 files with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__linter__debugger.js fixtures__linter__nan.js@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__linter__debugger.js fixtures__linter__nan.js@oxlint.snap index c5caab9bd52f8..d156c8e4cb989 100644 --- a/apps/oxlint/src/snapshots/_fixtures__linter__debugger.js fixtures__linter__nan.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__linter__debugger.js fixtures__linter__nan.js@oxlint.snap @@ -28,7 +28,7 @@ working directory: help: Use the `isNaN` function to compare with NaN. Found 3 warnings and 0 errors. -Finished in ms on 2 files with 92 rules using 1 threads. +Finished in ms on 2 files with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__linter__debugger.js@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__linter__debugger.js@oxlint.snap index a7995cfe8605c..18d52ce9c69c8 100644 --- a/apps/oxlint/src/snapshots/_fixtures__linter__debugger.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__linter__debugger.js@oxlint.snap @@ -14,7 +14,7 @@ working directory: help: Remove the debugger statement Found 1 warning and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__linter__js_as_jsx.js@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__linter__js_as_jsx.js@oxlint.snap index 830f37184d069..84f944ba24909 100644 --- a/apps/oxlint/src/snapshots/_fixtures__linter__js_as_jsx.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__linter__js_as_jsx.js@oxlint.snap @@ -15,7 +15,7 @@ working directory: help: Remove the debugger statement Found 1 warning and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__svelte__debugger.svelte@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__svelte__debugger.svelte@oxlint.snap index d99a633206629..7a03fde68a554 100644 --- a/apps/oxlint/src/snapshots/_fixtures__svelte__debugger.svelte@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__svelte__debugger.svelte@oxlint.snap @@ -34,7 +34,7 @@ working directory: help: Variable declared without assignment. Either assign a value or remove the declaration. Found 3 warnings and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__vue__debugger.vue@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__vue__debugger.vue@oxlint.snap index 5a7097c433654..6c797a54e03b4 100644 --- a/apps/oxlint/src/snapshots/_fixtures__vue__debugger.vue@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__vue__debugger.vue@oxlint.snap @@ -25,7 +25,7 @@ working directory: help: Remove the debugger statement Found 2 warnings and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__vue__empty.vue@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__vue__empty.vue@oxlint.snap index dcb46e7661c2d..e5af7b043ce64 100644 --- a/apps/oxlint/src/snapshots/_fixtures__vue__empty.vue@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__vue__empty.vue@oxlint.snap @@ -6,7 +6,7 @@ arguments: fixtures/vue/empty.vue working directory: ---------- Found 0 warnings and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/_fixtures__vue__invalid.vue@oxlint.snap b/apps/oxlint/src/snapshots/_fixtures__vue__invalid.vue@oxlint.snap index a926c1ea08d31..b8d254bf25dfc 100644 --- a/apps/oxlint/src/snapshots/_fixtures__vue__invalid.vue@oxlint.snap +++ b/apps/oxlint/src/snapshots/_fixtures__vue__invalid.vue@oxlint.snap @@ -16,7 +16,7 @@ working directory: help: Add an initializer (e.g. ` = undefined`) here Found 0 warnings and 1 error. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/_foo.asdf@oxlint.snap b/apps/oxlint/src/snapshots/_foo.asdf@oxlint.snap index f9de0fa984751..ba12bd36ef25b 100644 --- a/apps/oxlint/src/snapshots/_foo.asdf@oxlint.snap +++ b/apps/oxlint/src/snapshots/_foo.asdf@oxlint.snap @@ -6,7 +6,7 @@ arguments: foo.asdf working directory: ---------- Found 0 warnings and 0 errors. -Finished in ms on 0 files with 92 rules using 1 threads. +Finished in ms on 0 files with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__config_ignore_patterns__ignore_directory_-c eslintrc.json@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__config_ignore_patterns__ignore_directory_-c eslintrc.json@oxlint.snap index d5341a3a08377..3798c1a8bf0c7 100644 --- a/apps/oxlint/src/snapshots/fixtures__config_ignore_patterns__ignore_directory_-c eslintrc.json@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__config_ignore_patterns__ignore_directory_-c eslintrc.json@oxlint.snap @@ -14,7 +14,7 @@ working directory: fixtures/config_ignore_patterns/ignore_directory help: Delete this file or add some code to it. Found 1 warning and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__config_ignore_patterns__with_oxlintrc_-c .__test__eslintrc.json --ignore-pattern _.ts .@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__config_ignore_patterns__with_oxlintrc_-c .__test__eslintrc.json --ignore-pattern _.ts .@oxlint.snap index 348689ec52900..03662710eb467 100644 --- a/apps/oxlint/src/snapshots/fixtures__config_ignore_patterns__with_oxlintrc_-c .__test__eslintrc.json --ignore-pattern _.ts .@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__config_ignore_patterns__with_oxlintrc_-c .__test__eslintrc.json --ignore-pattern _.ts .@oxlint.snap @@ -6,7 +6,7 @@ arguments: -c ./test/eslintrc.json --ignore-pattern *.ts . working directory: fixtures/config_ignore_patterns/with_oxlintrc ---------- Found 0 warnings and 0 errors. -Finished in ms on 0 files with 92 rules using 1 threads. +Finished in ms on 0 files with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__cross_module_nested_config_@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__cross_module_nested_config_@oxlint.snap index b52cd1bdd9c07..5bad2dd87ca7f 100644 --- a/apps/oxlint/src/snapshots/fixtures__cross_module_nested_config_@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__cross_module_nested_config_@oxlint.snap @@ -35,7 +35,7 @@ working directory: fixtures/cross_module_nested_config ╰─────────╯ imports the current file Found 0 warnings and 2 errors. -Finished in ms on 4 files with 92 rules using 1 threads. +Finished in ms on 4 files with 93 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__disable_eslint_and_unicorn_alias_rules_-c .oxlintrc-eslint.json test.js -c .oxlintrc-unicorn.json test.js@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__disable_eslint_and_unicorn_alias_rules_-c .oxlintrc-eslint.json test.js -c .oxlintrc-unicorn.json test.js@oxlint.snap index 69739c1bcf097..849fe2ee30744 100644 --- a/apps/oxlint/src/snapshots/fixtures__disable_eslint_and_unicorn_alias_rules_-c .oxlintrc-eslint.json test.js -c .oxlintrc-unicorn.json test.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__disable_eslint_and_unicorn_alias_rules_-c .oxlintrc-eslint.json test.js -c .oxlintrc-unicorn.json test.js@oxlint.snap @@ -6,7 +6,7 @@ arguments: -c .oxlintrc-eslint.json test.js working directory: fixtures/disable_eslint_and_unicorn_alias_rules ---------- Found 0 warnings and 0 errors. -Finished in ms on 1 file with 54 rules using 1 threads. +Finished in ms on 1 file with 55 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- @@ -16,7 +16,7 @@ arguments: -c .oxlintrc-unicorn.json test.js working directory: fixtures/disable_eslint_and_unicorn_alias_rules ---------- Found 0 warnings and 0 errors. -Finished in ms on 1 file with 67 rules using 1 threads. +Finished in ms on 1 file with 68 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__dot_folder_@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__dot_folder_@oxlint.snap index 275020ee6f808..6f3432e92eeb8 100644 --- a/apps/oxlint/src/snapshots/fixtures__dot_folder_@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__dot_folder_@oxlint.snap @@ -14,7 +14,7 @@ working directory: fixtures/dot_folder help: Remove the debugger statement Found 1 warning and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__extends_config_--config extends_rules_config.json console.js@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__extends_config_--config extends_rules_config.json console.js@oxlint.snap index 6874f57253d36..8d9174e5ed0c4 100644 --- a/apps/oxlint/src/snapshots/fixtures__extends_config_--config extends_rules_config.json console.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__extends_config_--config extends_rules_config.json console.js@oxlint.snap @@ -14,7 +14,7 @@ working directory: fixtures/extends_config help: Delete this console statement. Found 0 warnings and 1 error. -Finished in ms on 1 file with 93 rules using 1 threads. +Finished in ms on 1 file with 94 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__extends_config_--config relative_paths__extends_extends_config.json console.js@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__extends_config_--config relative_paths__extends_extends_config.json console.js@oxlint.snap index 53bb267bece9d..3db0e103a0481 100644 --- a/apps/oxlint/src/snapshots/fixtures__extends_config_--config relative_paths__extends_extends_config.json console.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__extends_config_--config relative_paths__extends_extends_config.json console.js@oxlint.snap @@ -14,7 +14,7 @@ working directory: fixtures/extends_config help: Delete this console statement. Found 0 warnings and 1 error. -Finished in ms on 1 file with 93 rules using 1 threads. +Finished in ms on 1 file with 94 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__extends_config_--disable-nested-config@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__extends_config_--disable-nested-config@oxlint.snap index 0a6e376635269..eeec870fddf61 100644 --- a/apps/oxlint/src/snapshots/fixtures__extends_config_--disable-nested-config@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__extends_config_--disable-nested-config@oxlint.snap @@ -31,7 +31,7 @@ working directory: fixtures/extends_config help: Remove the debugger statement Found 3 warnings and 0 errors. -Finished in ms on 4 files with 92 rules using 1 threads. +Finished in ms on 4 files with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__extends_config_overrides@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__extends_config_overrides@oxlint.snap index b5d0caa58128d..1ef8ca359e719 100644 --- a/apps/oxlint/src/snapshots/fixtures__extends_config_overrides@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__extends_config_overrides@oxlint.snap @@ -40,7 +40,7 @@ working directory: fixtures/extends_config help: Provide an `href` for the `a` element. Found 1 warning and 3 errors. -Finished in ms on 2 files with 92 rules using 1 threads. +Finished in ms on 2 files with 93 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__ignore_patterns_symlink_ .@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__ignore_patterns_symlink_ .@oxlint.snap index 897f1d2263f94..11519c042d91e 100644 --- a/apps/oxlint/src/snapshots/fixtures__ignore_patterns_symlink_ .@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__ignore_patterns_symlink_ .@oxlint.snap @@ -6,7 +6,7 @@ arguments: working directory: fixtures/ignore_patterns_symlink ---------- Found 0 warnings and 0 errors. -Finished in ms on 0 files with 92 rules using 1 threads. +Finished in ms on 0 files with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- @@ -16,7 +16,7 @@ arguments: . working directory: fixtures/ignore_patterns_symlink ---------- Found 0 warnings and 0 errors. -Finished in ms on 0 files with 92 rules using 1 threads. +Finished in ms on 0 files with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__import-cycle_--import-plugin -D import__no-cycle@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__import-cycle_--import-plugin -D import__no-cycle@oxlint.snap index 1d707bbeaf68e..ea31293b347f3 100644 --- a/apps/oxlint/src/snapshots/fixtures__import-cycle_--import-plugin -D import__no-cycle@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__import-cycle_--import-plugin -D import__no-cycle@oxlint.snap @@ -33,7 +33,7 @@ working directory: fixtures/import-cycle ╰─────────╯ imports the current file Found 0 warnings and 2 errors. -Finished in ms on 2 files with 95 rules using 1 threads. +Finished in ms on 2 files with 96 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__issue_10394_-c .oxlintrc.json@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__issue_10394_-c .oxlintrc.json@oxlint.snap index 61725abd95c47..e95a160d865fa 100644 --- a/apps/oxlint/src/snapshots/fixtures__issue_10394_-c .oxlintrc.json@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__issue_10394_-c .oxlintrc.json@oxlint.snap @@ -15,7 +15,7 @@ working directory: fixtures/issue_10394 help: Write a meaningful title for your test Found 1 warning and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__linter_debugger.js@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__linter_debugger.js@oxlint.snap index 0c500029ec99a..48eba0777606b 100644 --- a/apps/oxlint/src/snapshots/fixtures__linter_debugger.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__linter_debugger.js@oxlint.snap @@ -14,7 +14,7 @@ working directory: fixtures/linter help: Remove the debugger statement Found 1 warning and 0 errors. -Finished in ms on 1 file with 92 rules using 1 threads. +Finished in ms on 1 file with 93 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__overrides_with_plugin_-c .oxlintrc.json@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__overrides_with_plugin_-c .oxlintrc.json@oxlint.snap index d39e684b0cea5..a6818345e66d8 100644 --- a/apps/oxlint/src/snapshots/fixtures__overrides_with_plugin_-c .oxlintrc.json@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__overrides_with_plugin_-c .oxlintrc.json@oxlint.snap @@ -42,7 +42,7 @@ working directory: fixtures/overrides_with_plugin help: Consider removing this declaration. Found 2 warnings and 2 errors. -Finished in ms on 2 files with 92 rules using 1 threads. +Finished in ms on 2 files with 93 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__report_unused_directives_-c .oxlintrc.json --report-unused-disable-directives@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__report_unused_directives_-c .oxlintrc.json --report-unused-disable-directives@oxlint.snap index 08a25ee38cea6..cdc312b2e975b 100644 --- a/apps/oxlint/src/snapshots/fixtures__report_unused_directives_-c .oxlintrc.json --report-unused-disable-directives@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__report_unused_directives_-c .oxlintrc.json --report-unused-disable-directives@oxlint.snap @@ -321,7 +321,7 @@ working directory: fixtures/report_unused_directives `---- Found 38 warnings and 0 errors. -Finished in ms on 5 files with 93 rules using 1 threads. +Finished in ms on 5 files with 94 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__tsgolint_config_error_--type-aware@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__tsgolint_config_error_--type-aware@oxlint.snap index 55e8fb263ef18..56e0da0d51c20 100644 --- a/apps/oxlint/src/snapshots/fixtures__tsgolint_config_error_--type-aware@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__tsgolint_config_error_--type-aware@oxlint.snap @@ -17,7 +17,7 @@ working directory: fixtures/tsgolint_config_error See https://github.com/oxc-project/tsgolint/issues/351 for more information. Found 0 warnings and 1 error. -Finished in ms on 1 file with 106 rules using 1 threads. +Finished in ms on 1 file with 107 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__tsgolint_disable_directives_--type-aware --report-unused-disable-directives unused.ts@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__tsgolint_disable_directives_--type-aware --report-unused-disable-directives unused.ts@oxlint.snap index 25448a8825efa..43ea3e28f0839 100644 --- a/apps/oxlint/src/snapshots/fixtures__tsgolint_disable_directives_--type-aware --report-unused-disable-directives unused.ts@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__tsgolint_disable_directives_--type-aware --report-unused-disable-directives unused.ts@oxlint.snap @@ -77,7 +77,7 @@ working directory: fixtures/tsgolint_disable_directives `---- Found 8 warnings and 0 errors. -Finished in ms on 1 file with 106 rules using 1 threads. +Finished in ms on 1 file with 107 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__tsgolint_disable_directives_--type-aware test.ts@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__tsgolint_disable_directives_--type-aware test.ts@oxlint.snap index eba8a7e97bdce..419f39f2a7dc7 100644 --- a/apps/oxlint/src/snapshots/fixtures__tsgolint_disable_directives_--type-aware test.ts@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__tsgolint_disable_directives_--type-aware test.ts@oxlint.snap @@ -96,7 +96,7 @@ working directory: fixtures/tsgolint_disable_directives help: The promise must end with a call to .catch, or end with a call to .then with a rejection handler, or be explicitly marked as ignored with the `void` operator. Found 10 warnings and 0 errors. -Finished in ms on 1 file with 106 rules using 1 threads. +Finished in ms on 1 file with 107 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__tsgolint_tsconfig_extends_config_err_--type-aware -D no-floating-promises@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__tsgolint_tsconfig_extends_config_err_--type-aware -D no-floating-promises@oxlint.snap index 0a533449c2837..5487965535302 100644 --- a/apps/oxlint/src/snapshots/fixtures__tsgolint_tsconfig_extends_config_err_--type-aware -D no-floating-promises@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__tsgolint_tsconfig_extends_config_err_--type-aware -D no-floating-promises@oxlint.snap @@ -11,7 +11,7 @@ working directory: fixtures/tsgolint_tsconfig_extends_config_err See https://github.com/oxc-project/tsgolint/issues/351 for more information. Found 0 warnings and 1 error. -Finished in ms on 1 file with 106 rules using 1 threads. +Finished in ms on 1 file with 107 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/src/snapshots/fixtures__two_rules_with_same_rule_name_-c .oxlintrc.json test.js@oxlint.snap b/apps/oxlint/src/snapshots/fixtures__two_rules_with_same_rule_name_-c .oxlintrc.json test.js@oxlint.snap index 60e000b848f43..a3cc81583ec82 100644 --- a/apps/oxlint/src/snapshots/fixtures__two_rules_with_same_rule_name_-c .oxlintrc.json test.js@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures__two_rules_with_same_rule_name_-c .oxlintrc.json test.js@oxlint.snap @@ -6,7 +6,7 @@ arguments: -c .oxlintrc.json test.js working directory: fixtures/two_rules_with_same_rule_name ---------- Found 0 warnings and 0 errors. -Finished in ms on 1 file with 67 rules using 1 threads. +Finished in ms on 1 file with 68 rules using 1 threads. ---------- CLI result: LintSucceeded ---------- diff --git a/apps/oxlint/src/snapshots/fixtures_issue_10054@oxlint.snap b/apps/oxlint/src/snapshots/fixtures_issue_10054@oxlint.snap index 9b3716c29183d..52b7b3ed7380f 100644 --- a/apps/oxlint/src/snapshots/fixtures_issue_10054@oxlint.snap +++ b/apps/oxlint/src/snapshots/fixtures_issue_10054@oxlint.snap @@ -33,7 +33,7 @@ working directory: fixtures ╰─────────╯ imports the current file Found 0 warnings and 2 errors. -Finished in ms on 2 files with 92 rules using 1 threads. +Finished in ms on 2 files with 93 rules using 1 threads. ---------- CLI result: LintFoundErrors ---------- diff --git a/apps/oxlint/test/fixtures/basic/output.snap.md b/apps/oxlint/test/fixtures/basic/output.snap.md index d1cfa7fce410d..f2ab2e412a268 100644 --- a/apps/oxlint/test/fixtures/basic/output.snap.md +++ b/apps/oxlint/test/fixtures/basic/output.snap.md @@ -17,7 +17,7 @@ help: Remove the debugger statement Found 1 warning and 1 error. -Finished in Xms on 1 file with 93 rules using X threads. +Finished in Xms on 1 file with 94 rules using X threads. ``` # stderr diff --git a/apps/oxlint/test/fixtures/basic_many_files/output.snap.md b/apps/oxlint/test/fixtures/basic_many_files/output.snap.md index acb800bbfdfbb..e468ea3234616 100644 --- a/apps/oxlint/test/fixtures/basic_many_files/output.snap.md +++ b/apps/oxlint/test/fixtures/basic_many_files/output.snap.md @@ -264,7 +264,7 @@ help: Remove the debugger statement Found 20 warnings and 20 errors. -Finished in Xms on 20 files with 57 rules using X threads. +Finished in Xms on 20 files with 58 rules using X threads. ``` # stderr diff --git a/apps/oxlint/test/fixtures/js_config_basic/output.snap.md b/apps/oxlint/test/fixtures/js_config_basic/output.snap.md index f5fe6a4da7674..46c5d64fcc56d 100644 --- a/apps/oxlint/test/fixtures/js_config_basic/output.snap.md +++ b/apps/oxlint/test/fixtures/js_config_basic/output.snap.md @@ -21,7 +21,7 @@ help: Prefer === operator Found 1 warning and 1 error. -Finished in Xms on 1 file with 93 rules using X threads. +Finished in Xms on 1 file with 94 rules using X threads. ``` # stderr diff --git a/apps/oxlint/test/fixtures/js_config_define_config/output.snap.md b/apps/oxlint/test/fixtures/js_config_define_config/output.snap.md index f5fe6a4da7674..46c5d64fcc56d 100644 --- a/apps/oxlint/test/fixtures/js_config_define_config/output.snap.md +++ b/apps/oxlint/test/fixtures/js_config_define_config/output.snap.md @@ -21,7 +21,7 @@ help: Prefer === operator Found 1 warning and 1 error. -Finished in Xms on 1 file with 93 rules using X threads. +Finished in Xms on 1 file with 94 rules using X threads. ``` # stderr diff --git a/apps/oxlint/test/fixtures/js_config_extends_multiple/output.snap.md b/apps/oxlint/test/fixtures/js_config_extends_multiple/output.snap.md index 9a35103955141..04520bd567524 100644 --- a/apps/oxlint/test/fixtures/js_config_extends_multiple/output.snap.md +++ b/apps/oxlint/test/fixtures/js_config_extends_multiple/output.snap.md @@ -12,7 +12,7 @@ help: Remove the debugger statement Found 0 warnings and 1 error. -Finished in Xms on 1 file with 92 rules using X threads. +Finished in Xms on 1 file with 93 rules using X threads. ``` # stderr diff --git a/apps/oxlint/test/fixtures/js_config_extends_rules/output.snap.md b/apps/oxlint/test/fixtures/js_config_extends_rules/output.snap.md index f5fe6a4da7674..46c5d64fcc56d 100644 --- a/apps/oxlint/test/fixtures/js_config_extends_rules/output.snap.md +++ b/apps/oxlint/test/fixtures/js_config_extends_rules/output.snap.md @@ -21,7 +21,7 @@ help: Prefer === operator Found 1 warning and 1 error. -Finished in Xms on 1 file with 93 rules using X threads. +Finished in Xms on 1 file with 94 rules using X threads. ``` # stderr diff --git a/apps/oxlint/test/fixtures/js_config_overrides/output.snap.md b/apps/oxlint/test/fixtures/js_config_overrides/output.snap.md index aca93760f50e3..c99ceed40333f 100644 --- a/apps/oxlint/test/fixtures/js_config_overrides/output.snap.md +++ b/apps/oxlint/test/fixtures/js_config_overrides/output.snap.md @@ -12,7 +12,7 @@ help: Remove the debugger statement Found 0 warnings and 1 error. -Finished in Xms on 2 files with 91 rules using X threads. +Finished in Xms on 2 files with 92 rules using X threads. ``` # stderr diff --git a/crates/oxc_linter/src/rules/eslint/no_misleading_character_class.rs b/crates/oxc_linter/src/rules/eslint/no_misleading_character_class.rs index d62dc4c8e38fb..c58e197a4b4e0 100644 --- a/crates/oxc_linter/src/rules/eslint/no_misleading_character_class.rs +++ b/crates/oxc_linter/src/rules/eslint/no_misleading_character_class.rs @@ -105,7 +105,7 @@ declare_oxc_lint!( /// ``` NoMisleadingCharacterClass, eslint, - nursery, // TODO: change category to `correctness`, after oxc-project/oxc#13436 + correctness, config = NoMisleadingCharacterClass, );