Skip to content

Bump eslint-config-standard-with-typescript from 43.0.0 to 43.0.1 (#9) #27

Bump eslint-config-standard-with-typescript from 43.0.0 to 43.0.1 (#9)

Bump eslint-config-standard-with-typescript from 43.0.0 to 43.0.1 (#9) #27

Triggered via push January 25, 2024 14:25
Status Success
Total duration 3m 13s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error, 13 warnings, and 5 notices
install
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@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/cache@v3, stefanzweifel/git-auto-commit-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, stefanzweifel/git-auto-commit-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Inconsistent line separators: assets/js/assets/api/docs.jsonopenapi.json#L1
Line separators in the current file (\\r\\n) differ from the project defaults (\\n)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1673
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1342
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/src/app/store/index.ts#L29
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1500
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/assets/api/docs.jsonopenapi.json#L1198
Line is longer than allowed by code style (\> 120 columns)
Line is longer than allowed by code style: assets/js/test-utils/test-utils.ts#L10
Line is longer than allowed by code style (\> 120 columns)
Missing return type declaration: src/DependencyInjection/PimcoreStudioUiExtension.php#L40
Missing function's return type declaration
Phar-incompatible 'realpath(...)' usage: src/DependencyInjection/PimcoreStudioUiExtension.php#L43
\[EA\] 'dirname(dirname(__DIR__)) . '/public/build'' should be used instead (due to how realpath handles streams).
Fully qualified name usage: src/PimcoreStudioUiBundle.php#L23
Qualifier can be replaced with an import
Unused local variable: src/DependencyInjection/PimcoreStudioUiExtension.php#L34
Unused local variable 'config'. The value of the variable is not used anywhere.
Unused parameter: src/Controller/DefaultController.php#L26
Unused parameter 'request'. The parameter's value is not used anywhere.
Return type hint can be used: src/DependencyInjection/PimcoreStudioUiExtension.php#L40
\[EA\] ': void' can be declared as return type hint (please use change signature intention to fix this).