|
| 1 | +--- |
| 2 | +source: apps/oxlint/src/tester.rs |
| 3 | +--- |
| 4 | +########## |
| 5 | +arguments: --experimental-nested-config --config oxlint-no-console.json |
| 6 | +working directory: fixtures/nested_config |
| 7 | +---------- |
| 8 | + |
| 9 | + x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. |
| 10 | + ,-[console.ts:1:1] |
| 11 | + 1 | console.log("test"); |
| 12 | + : ^^^^^^^^^^^ |
| 13 | + `---- |
| 14 | + help: Delete this console statement. |
| 15 | +
|
| 16 | + x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. |
| 17 | + ,-[package1-empty-config/console.ts:1:1] |
| 18 | + 1 | console.log("test"); |
| 19 | + : ^^^^^^^^^^^ |
| 20 | + `---- |
| 21 | + help: Delete this console statement. |
| 22 | + |
| 23 | + x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. |
| 24 | + ,-[package2-no-config/console.ts:1:1] |
| 25 | + 1 | console.log("test"); |
| 26 | + : ^^^^^^^^^^^ |
| 27 | + `---- |
| 28 | + help: Delete this console statement. |
| 29 | +
|
| 30 | + x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-console.html\eslint(no-console)]8;;\: eslint(no-console): Unexpected console statement. |
| 31 | + ,-[package3-deep-config/src/components/component.js:2:3] |
| 32 | + 1 | export function Component() { |
| 33 | + 2 | console.log("hello"); |
| 34 | + : ^^^^^^^^^^^ |
| 35 | + 3 | } |
| 36 | + `---- |
| 37 | + help: Delete this console statement. |
| 38 | + |
| 39 | +Found 0 warnings and 4 errors. |
| 40 | +Finished in <variable>ms on 7 files with 97 rules using 1 threads. |
| 41 | +---------- |
| 42 | +CLI result: LintFoundErrors |
| 43 | +---------- |
| 44 | + |
| 45 | +########## |
| 46 | +arguments: --experimental-nested-config --config oxlint-no-console.json -A no-console fixtures/nested_config |
| 47 | +working directory: fixtures/nested_config |
| 48 | +---------- |
| 49 | +Found 0 warnings and 0 errors. |
| 50 | +Finished in <variable>ms on 0 files with 97 rules using 1 threads. |
| 51 | +---------- |
| 52 | +CLI result: LintSucceeded |
| 53 | +---------- |
0 commit comments