11// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
3- exports [` cli options for bundling > should lint a directory with errors 1` ] = `
3+ exports [` oxlint2 CLI > should lint a directory with errors 1` ] = `
44"
55 x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\\ eslint(no-debugger)]8;;\\ : \` debugger\` statement is not allowed
66 ,-[index.js:1:1]
@@ -13,12 +13,12 @@ Found 0 warnings and 1 error.
1313Finished in Xms on 1 file using X threads."
1414` ;
1515
16- exports [` cli options for bundling > should lint a directory without errors 1` ] = `
16+ exports [` oxlint2 CLI > should lint a directory without errors 1` ] = `
1717"Found 0 warnings and 0 errors.
1818Finished in Xms on 1 file using X threads."
1919` ;
2020
21- exports [` cli options for bundling > should load a custom plugin 1` ] = `
21+ exports [` oxlint2 CLI > should load a custom plugin 1` ] = `
2222"
2323 ! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\\ eslint(no-debugger)]8;;\\ : \` debugger\` statement is not allowed
2424 ,-[index.js:1:1]
@@ -37,7 +37,7 @@ Found 1 warning and 1 error.
3737Finished in Xms on 1 file using X threads."
3838` ;
3939
40- exports [` cli options for bundling > should load a custom plugin when configured in overrides 1` ] = `
40+ exports [` oxlint2 CLI > should load a custom plugin when configured in overrides 1` ] = `
4141"
4242 ! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\\ eslint(no-debugger)]8;;\\ : \` debugger\` statement is not allowed
4343 ,-[index.js:1:1]
@@ -56,7 +56,7 @@ Found 1 warning and 1 error.
5656Finished in Xms on 1 file using X threads."
5757` ;
5858
59- exports [` cli options for bundling > should load a custom plugin with multiple files 1` ] = `
59+ exports [` oxlint2 CLI > should load a custom plugin with multiple files 1` ] = `
6060"
6161 ! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\\ eslint(no-debugger)]8;;\\ : \` debugger\` statement is not allowed
6262 ,-[files/01.js:1:1]
@@ -322,15 +322,15 @@ Found 20 warnings and 20 errors.
322322Finished in Xms on 20 files using X threads."
323323` ;
324324
325- exports [` cli options for bundling > should report an error if a custom plugin cannot be loaded 1` ] = `
325+ exports [` oxlint2 CLI > should report an error if a custom plugin cannot be loaded 1` ] = `
326326"Failed to parse configuration file.
327327
328328 x Failed to load external plugin: ./test_plugin
329329 | Cannot find module './test_plugin'
330330"
331331` ;
332332
333- exports [` cli options for bundling > should report an error if a rule is not found within a custom plugin 1` ] = `
333+ exports [` oxlint2 CLI > should report an error if a rule is not found within a custom plugin 1` ] = `
334334"Failed to parse configuration file.
335335
336336 x Rule 'unknown-rule' not found in plugin 'basic-custom-plugin'
0 commit comments