Skip to content

Profile update issue #195

Profile update issue

Profile update issue #195

Triggered via pull request August 14, 2024 20:04
Status Failure
Total duration 55s
Artifacts

backend-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: e2e/src/test/java/Main.java#L2
[testtool] reported by reviewdog 🐶 Using the '.*' form of import should be avoided - com.microsoft.playwright.*. Raw Output: /github/workspace/./e2e/src/test/java/Main.java:2:32: warning: Using the '.*' form of import should be avoided - com.microsoft.playwright.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
build: e2e/src/test/java/Main.java#L9
[testtool] reported by reviewdog 🐶 Extra separation in import group before 'java.io.File' Raw Output: /github/workspace/./e2e/src/test/java/Main.java:9:1: warning: Extra separation in import group before 'java.io.File' (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
build: e2e/src/test/java/Main.java#L9
[testtool] reported by reviewdog 🐶 Wrong lexicographical order for 'java.io.File' import. Should be before 'org.testcontainers.shaded.org.checkerframework.checker.regex.qual.Regex'. Raw Output: /github/workspace/./e2e/src/test/java/Main.java:9:1: warning: Wrong lexicographical order for 'java.io.File' import. Should be before 'org.testcontainers.shaded.org.checkerframework.checker.regex.qual.Regex'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
build: e2e/src/test/java/Main.java#L10
[testtool] reported by reviewdog 🐶 Wrong lexicographical order for 'java.util.regex.Pattern' import. Should be before 'org.testcontainers.shaded.org.checkerframework.checker.regex.qual.Regex'. Raw Output: /github/workspace/./e2e/src/test/java/Main.java:10:1: warning: Wrong lexicographical order for 'java.util.regex.Pattern' import. Should be before 'org.testcontainers.shaded.org.checkerframework.checker.regex.qual.Regex'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
build: e2e/src/test/java/Main.java#L12
[testtool] reported by reviewdog 🐶 Import statement for 'com.microsoft.playwright.assertions.PlaywrightAssertions.assertThat' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. Raw Output: /github/workspace/./e2e/src/test/java/Main.java:12:1: warning: Import statement for 'com.microsoft.playwright.assertions.PlaywrightAssertions.assertThat' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
build: e2e/src/test/java/Main.java#L15
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./e2e/src/test/java/Main.java:15:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
build: e2e/src/test/java/Main.java#L18
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./e2e/src/test/java/Main.java:18:3: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
build: e2e/src/test/java/Main.java#L30
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./e2e/src/test/java/Main.java:30:3: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
build: e2e/src/test/java/Main.java#L59
[testtool] reported by reviewdog 🐶 Line is longer than 100 characters (found 105). Raw Output: /github/workspace/./e2e/src/test/java/Main.java:59:0: warning: Line is longer than 100 characters (found 105). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
build: e2e/src/main/java/org/example/Main.java#L5
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./e2e/src/main/java/org/example/Main.java:5:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)