Skip to content

fix BB-343 : Integrated the modification of identifiers and aliases into the primary editing workflow #924

fix BB-343 : Integrated the modification of identifiers and aliases into the primary editing workflow

fix BB-343 : Integrated the modification of identifiers and aliases into the primary editing workflow #924

Triggered via pull request December 18, 2023 13:09
Status Success
Total duration 46s
Artifacts

lint-pull-requests.yml

on: pull_request_target
Run linters for pull requests
34s
Run linters for pull requests
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 3 warnings
src/client/entity-editor/alias-editor/alias-editor.js#L20
There should be no space after '{' (object-curly-spacing)
src/client/entity-editor/alias-editor/alias-editor.js#L21
Imports should be sorted alphabetically (sort-imports)
src/client/entity-editor/alias-editor/alias-editor.js#L48
'show' is missing in props validation (react/prop-types)
src/client/entity-editor/alias-editor/alias-editor.js#L68
Expected indentation of 4 tabs but found 3 (indent)
src/client/entity-editor/alias-editor/alias-editor.js#L69
Trailing spaces not allowed (no-trailing-spaces)
src/client/entity-editor/alias-editor/alias-editor.js#L73
Expected closing tag to match indentation of opening (react/jsx-closing-tag-location)
src/client/entity-editor/alias-editor/alias-editor.js#L89
Unexpected trailing comma (comma-dangle)
src/client/entity-editor/alias-editor/alias-editor.js#L95
Block must not be padded by blank lines (padded-blocks)
src/client/entity-editor/alias-editor/alias-editor.js#L96
Trailing spaces not allowed (no-trailing-spaces)
src/client/entity-editor/identifier-editor/identifier-editor.js#L20
There should be no space after '{' (object-curly-spacing)
src/client/entity-editor/identifier-editor/identifier-editor.js#L21
Imports should be sorted alphabetically (sort-imports)
src/client/entity-editor/identifier-editor/identifier-editor.js#L48
Unexpected trailing comma (comma-dangle)
src/client/entity-editor/identifier-editor/identifier-editor.js#L70
Trailing spaces not allowed (no-trailing-spaces)
src/client/entity-editor/identifier-editor/identifier-editor.js#L90
Unexpected trailing comma (comma-dangle)
src/client/components/pages/revision.js#L177
Unexpected 'todo' comment: 'TODO: Add proper error handling.' (no-warning-comments)
src/client/entity-editor/alias-editor/alias-editor.js#L48
'show' is defined but never used (@typescript-eslint/no-unused-vars)
Run linters for pull requests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/