Skip to content

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

Issue #3324781: Add split text functionality to CKEditor 5

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

Re-run triggered November 13, 2023 09:11
Status Failure
Total duration 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

reviewdog.yml

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

Annotations

4 errors and 1 warning
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":3479}
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.
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/