Feat: User-specific result types & Fix: tests #153
checkstyle.yml
on: pull_request
code-foramtting-check
20s
Annotations
4 warnings
code-foramtting-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
code-foramtting-check:
cool-core/src/test/java/com/nus/cool/functionality/CohortAnalysisTest.java#L9
[checkstyle] reported by reviewdog 🐶
Extra separation in import group before 'java.io.File'
Raw Output:
/github/workspace/./cool-core/src/test/java/com/nus/cool/functionality/CohortAnalysisTest.java:9:1: warning: Extra separation in import group before 'java.io.File' (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
|
code-foramtting-check:
cool-core/src/main/java/com/nus/cool/core/cohort/ResultType.java#L6
[checkstyle] reported by reviewdog 🐶
First sentence of Javadoc is missing an ending period.
Raw Output:
/github/workspace/./cool-core/src/main/java/com/nus/cool/core/cohort/ResultType.java:6:0: warning: First sentence of Javadoc is missing an ending period. (com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck)
|
code-foramtting-check:
cool-core/src/main/java/com/nus/cool/core/cohort/CohortProcessor.java#L237
[checkstyle] reported by reviewdog 🐶
Line is longer than 100 characters (found 115).
Raw Output:
/github/workspace/./cool-core/src/main/java/com/nus/cool/core/cohort/CohortProcessor.java:237:0: warning: Line is longer than 100 characters (found 115). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|