Skip to content

feat(eslint): add loop call checking #111

feat(eslint): add loop call checking

feat(eslint): add loop call checking #111

Triggered via push April 3, 2024 03:09
Status Failure
Total duration 1m 57s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 15 warnings
lint: packages/eslint/src/rules/loop-call.md#L13
Missing space before opening brace
lint: packages/eslint/src/rules/loop-call.md#L14
Missing semicolon
lint: packages/eslint/src/rules/loop-call.md#L17
Expected 1 line break before '</script>', but 2 line breaks found
lint: packages/eslint/src/rules/loop-call.md#L17
Missing semicolon
lint: packages/eslint/src/rules/loop-call.md#L33
Missing space before opening brace
lint: packages/eslint/src/rules/loop-call.md#L34
Missing semicolon
lint: packages/eslint/src/rules/loop-call.md#L35
Expected 1 line break before '</script>', but 2 line breaks found
lint: packages/eslint/src/rules/loop-call.ts#L1
All imports in the declaration are only used as types. Use `import type`
lint: packages/eslint/src/rules/loop-call.ts#L60
Missing semicolon
lint: packages/eslint/src/types.d.ts#L3
Newline required at end of file but not found
test (ubuntu-latest, 16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: packages/eslint/src/rules/loop-call.md#L11
There is a loop call in nodes [a,add], perhaps you can refactor it
lint: packages/eslint/src/rules/loop-call.md#L13
There is a loop call in nodes [a,add], perhaps you can refactor it
lint: packages/eslint/src/rules/loop-call.md#L33
'add' is defined but never used. Allowed unused vars must match /^_/u
lint: packages/eslint/src/rules/loop-call.md#L33
Node [add] not used, perhaps you can remove it
lint: packages/eslint/src/rules/not-used.md#L11
'b' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: packages/eslint/src/rules/not-used.md#L11
Node [b] not used, perhaps you can remove it
lint: packages/eslint/src/utils.ts#L69
Generic Object Injection Sink
lint: packages/playground/app.vue#L8
There is a loop call in nodes [start,code], perhaps you can refactor it
lint: packages/playground/app.vue#L34
There is a loop call in nodes [start,code], perhaps you can refactor it
lint: packages/playground/app.vue#L58
Unexpected console statement
test (ubuntu-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (macos-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (windows-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.