Skip to content

[pull] develop from IQSS:develop #550

[pull] develop from IQSS:develop

[pull] develop from IQSS:develop #550

Triggered via pull request January 8, 2024 18:52
@pdurbinpdurbin
synchronize #640
IQSS:develop
Status Failure
Total duration 49s
Artifacts

reviewdog_checkstyle.yml

on: pull_request
Checkstyle job
36s
Checkstyle job
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Checkstyle job: src/main/java/edu/harvard/iq/dataverse/engine/command/impl/CreateNewDataFilesCommand.java#L273
[reviewdog] reported by reviewdog 🐶 File contains tab characters (this is the first instance). Raw Output: /github/workspace/./src/main/java/edu/harvard/iq/dataverse/engine/command/impl/CreateNewDataFilesCommand.java:273:17: error: File contains tab characters (this is the first instance). (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)
Checkstyle job: src/main/java/edu/harvard/iq/dataverse/util/FileUtil.java#L855
[reviewdog] reported by reviewdog 🐶 '{' at column 21 should have line break after. Raw Output: /github/workspace/./src/main/java/edu/harvard/iq/dataverse/util/FileUtil.java:855:21: error: '{' at column 21 should have line break after. (com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck)
Checkstyle job
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/