Issue 3751 Allow to grant permissions to group #1702
clean_code_check_for_pr_action.yml
on: pull_request
pmd
1m 18s
checkstyle
1m 11s
Annotations
3 errors, 4 warnings, and 1 notice
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck:
api/src/main/java/com/epam/pipeline/manager/contextual/ContextualPreferenceManager.java#L40
Unused import - lombok.RequiredArgsConstructor.
|
checkstyle
Process completed with exit code 1.
|
pmd
Process completed with exit code 1.
|
checkstyle
The following actions uses node12 which is deprecated and will be forced to run on node16: jwgmeligmeyling/checkstyle-github-action@v1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
checkstyle
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, jwgmeligmeyling/checkstyle-github-action@v1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pmd
The following actions uses node12 which is deprecated and will be forced to run on node16: jwgmeligmeyling/pmd-github-action@v1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
pmd
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, jwgmeligmeyling/pmd-github-action@v1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Import Statements UnusedImports:
api/src/main/java/com/epam/pipeline/manager/contextual/ContextualPreferenceManager.java#L40
Avoid unused imports such as 'lombok.RequiredArgsConstructor'
|