Scrum 12 #22
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
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#L16
[testtool] reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java:16:5: warning: 'member def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java#L19
[testtool] reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java:19:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
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:17: warning: Abbreviation in name 'healthCheckShouldReturnOK' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java#L21
[testtool] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java:21:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java#L23
[testtool] reported by reviewdog 🐶
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/HealthCheckControllerTest.java:23:5: warning: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
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/src/main/java/com/greenfoxacademy/backend/controller/HealthCheckController.java#L11
[testtool] reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/controller/HealthCheckController.java:11:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
build:
backend/src/main/java/com/greenfoxacademy/backend/controller/HealthCheckController.java#L13
[testtool] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/controller/HealthCheckController.java:13:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|