Skip to content

[pull] develop from IQSS:develop #503

[pull] develop from IQSS:develop

[pull] develop from IQSS:develop #503

Triggered via pull request October 30, 2023 00:14
@pdurbinpdurbin
synchronize #640
IQSS:develop
Status Failure
Total duration 53s
Artifacts

reviewdog_checkstyle.yml

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

Annotations

2 errors and 1 warning
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: src/main/java/edu/harvard/iq/dataverse/engine/command/impl/CreateNewDataFilesCommand.java#L270
[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:270:17: error: File contains tab characters (this is the first instance). (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)
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/