Skip to content

Scrum 12

Scrum 12 #23

Triggered via pull request June 27, 2024 19:45
@AnnaUgraiAnnaUgrai
synchronize #12
SCRUM-12
Status Failure
Total duration 43s
Artifacts

backend-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java#L10
[testtool] reported by reviewdog 🐶 Import statement for 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. Raw Output: /github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java:10:1: warning: Import statement for 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get' 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: backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java#L11
[testtool] reported by reviewdog 🐶 Import statement for 'org.springframework.test.web.servlet.result.MockMvcResultMatchers.status' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. Raw Output: /github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java:11:1: warning: Import statement for 'org.springframework.test.web.servlet.result.MockMvcResultMatchers.status' 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: backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java#L20
[testtool] reported by reviewdog 🐶 Abbreviation in name 'healthCheckShouldReturnOK' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java:20:15: warning: Abbreviation in name 'healthCheckShouldReturnOK' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
build: backend/src/main/java/com/greenfoxacademy/backend/controller/HealthCheckController.java#L9
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/controller/HealthCheckController.java:9:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
build: backend/pom.xml#L37
[testtool] reported by reviewdog 🐶 Line contains a tab character. Raw Output: /github/workspace/./backend/pom.xml:37:13: warning: Line contains a tab character. (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)
build: backend/pom.xml#L38
[testtool] reported by reviewdog 🐶 Line contains a tab character. Raw Output: /github/workspace/./backend/pom.xml:38:13: warning: Line contains a tab character. (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)
build: backend/pom.xml#L39
[testtool] reported by reviewdog 🐶 Line contains a tab character. Raw Output: /github/workspace/./backend/pom.xml:39:13: warning: Line contains a tab character. (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)
build: backend/pom.xml#L40
[testtool] reported by reviewdog 🐶 Line contains a tab character. Raw Output: /github/workspace/./backend/pom.xml:40:13: warning: Line contains a tab character. (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)