Skip to content

Issue #3324781: Add split text functionality to CKEditor 5 #221

Issue #3324781: Add split text functionality to CKEditor 5

Issue #3324781: Add split text functionality to CKEditor 5 #221

Re-run triggered April 4, 2024 07:42
Status Failure
Total duration 30s
Artifacts

reviewdog.yml

on: pull_request
runner / eslint
19s
runner / eslint
runner / phpcs
16s
runner / phpcs
runner / misspell
17s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
runner / eslint: js/build/split_paragraph.js#L1
[eslint] reported by reviewdog 🐶 Parsing error: Unexpected token . Raw Output: {"ruleId":null,"fatal":true,"severity":2,"message":"Parsing error: Unexpected token .","line":1,"column":2598}
runner / eslint: js/ckeditor5_plugins/split_paragraph/src/index.js#L6
[eslint] reported by reviewdog 🐶 Parsing error: 'import' and 'export' may appear only with 'sourceType: module' Raw Output: {"ruleId":null,"fatal":true,"severity":2,"message":"Parsing error: 'import' and 'export' may appear only with 'sourceType: module'","line":6,"column":1}
runner / eslint: js/ckeditor5_plugins/split_paragraph/src/splitparagraphcommand.js#L6
[eslint] reported by reviewdog 🐶 Parsing error: 'import' and 'export' may appear only with 'sourceType: module' Raw Output: {"ruleId":null,"fatal":true,"severity":2,"message":"Parsing error: 'import' and 'export' may appear only with 'sourceType: module'","line":6,"column":1}
runner / eslint
Process completed with exit code 1.
[eslint] js/build/split_paragraph.js#L1: js/build/split_paragraph.js#L1
Parsing error: Unexpected token .
[eslint] js/ckeditor5_plugins/split_paragraph/src/index.js#L6: js/ckeditor5_plugins/split_paragraph/src/index.js#L6
Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
runner / misspell
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
runner / misspell
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/