Scrum 46 #65
Annotations
1 error and 11 warnings
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
|
The following actions uses Node.js version which is deprecated 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/
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L15
[testtool] reported by reviewdog 🐶
Import statement for 'org.hamcrest.Matchers.is' 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/UserControllerTest.java:15:1: warning: Import statement for 'org.hamcrest.Matchers.is' 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)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L16
[testtool] reported by reviewdog 🐶
Import statement for 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post' 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/UserControllerTest.java:16:1: warning: Import statement for 'org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post' 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)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L17
[testtool] reported by reviewdog 🐶
Import statement for 'org.springframework.test.web.servlet.result.MockMvcResultHandlers.print' 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/UserControllerTest.java:17:1: warning: Import statement for 'org.springframework.test.web.servlet.result.MockMvcResultHandlers.print' 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)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L18
[testtool] reported by reviewdog 🐶
Import statement for 'org.springframework.test.web.servlet.result.MockMvcResultMatchers.*' 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/UserControllerTest.java:18:1: warning: Import statement for 'org.springframework.test.web.servlet.result.MockMvcResultMatchers.*' 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)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L18
[testtool] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:18:80: warning: Using the '.*' form of import should be avoided - org.springframework.test.web.servlet.result.MockMvcResultMatchers.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L34
[testtool] reported by reviewdog 🐶
Abbreviation in name 'shouldReturnPasswordIsNotPresentWhenPasswordIsNotPResent' must contain no more than '1' consecutive capital letters.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:34:8: warning: Abbreviation in name 'shouldReturnPasswordIsNotPresentWhenPasswordIsNotPResent' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L43
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 195).
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:43:0: warning: Line is longer than 100 characters (found 195). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L58
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 223).
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:58:0: warning: Line is longer than 100 characters (found 223). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L74
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 220).
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:74:0: warning: Line is longer than 100 characters (found 220). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L90
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 231).
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:90:0: warning: Line is longer than 100 characters (found 231). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
This job failed
Loading