[pull] develop from IQSS:develop #633
reviewdog_checkstyle.yml
on: pull_request
Checkstyle job
36s
Annotations
2 errors and 2 warnings
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#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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|