feat: add babel parser and traverse and migrate some rules #276
Annotations
10 errors and 1 warning
src/cli.test.ts > yarn analyze command with default configuration > should execute without any flags and path:
src/cli.test.ts#L26
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in '
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:26:20
|
src/cli.test.ts > yarn analyze command with default configuration > should execute without any flags with path:
src/cli.test.ts#L32
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in '
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:32:20
|
src/cli.test.ts > yarn analyze command with default configuration > should execute with valid ignore rules:
src/cli.test.ts#L66
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in '
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:66:20
|
src/cli.test.ts > yarn analyze command with default configuration > should execute with valid ignore individual rules and rulesets:
src/cli.test.ts#L78
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in '
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:78:20
|
src/cli.test.ts > yarn analyze command with default configuration > should execute with valid apply rulesets:
src/cli.test.ts#L94
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in '
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:94:20
|
src/cli.test.ts > yarn analyze command with default configuration > should execute with valid apply rules:
src/cli.test.ts#L100
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in '
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:100:20
|
src/cli.test.ts > yarn analyze command with default configuration > should output json:
src/cli.test.ts#L117
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in'
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:117:20
|
src/cli.test.ts > yarn analyze command with default configuration > should execute with group parameter:
src/cli.test.ts#L124
AssertionError: expected '' to contain 'Functions must be shorter than'
- Expected
+ Received
- Functions must be shorter than
❯ src/cli.test.ts:124:20
|
src/cli.test.ts > yarn analyze command with default configuration > should execute with sort parameter:
src/cli.test.ts#L129
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in'
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:129:20
|
src/cli.test.ts > yarn analyze command with default configuration > should execute with level parameter:
src/cli.test.ts#L134
AssertionError: expected '' to contain 'Analyzing Vue, TS and JS files in'
- Expected
+ Received
- Analyzing Vue, TS and JS files in
❯ src/cli.test.ts:134:20
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|