Scrum 66 jwt authentication #162
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 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/
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L3
[testtool] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:3:36: warning: Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L191
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 102).
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:191:0: warning: Line is longer than 100 characters (found 102). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L346
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 139).
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:346:0: warning: Line is longer than 100 characters (found 139). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java#L362
[testtool] reported by reviewdog 🐶
'method call rparen' has incorrect indentation level 12, expected level should be 8.
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserControllerTest.java:362:13: warning: 'method call rparen' has incorrect indentation level 12, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
build:
backend/src/test/java/com/greenfoxacademy/backend/controller/UserRegistrationTest.java#L30
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 107).
Raw Output:
/github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/controller/UserRegistrationTest.java:30:0: warning: Line is longer than 100 characters (found 107). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
build:
backend/src/main/java/com/greenfoxacademy/backend/controller/UserController.java#L3
[testtool] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - com.greenfoxacademy.backend.dtos.*.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/controller/UserController.java:3:40: warning: Using the '.*' form of import should be avoided - com.greenfoxacademy.backend.dtos.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
build:
backend/src/main/java/com/greenfoxacademy/backend/controller/UserController.java#L11
[testtool] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/controller/UserController.java:11:47: warning: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
build:
backend/src/main/java/com/greenfoxacademy/backend/services/user/UserService.java#L3
[testtool] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - com.greenfoxacademy.backend.dtos.*.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/services/user/UserService.java:3:40: warning: Using the '.*' form of import should be avoided - com.greenfoxacademy.backend.dtos.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
build:
backend/src/main/java/com/greenfoxacademy/backend/services/user/UserServiceImpl.java#L3
[testtool] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - com.greenfoxacademy.backend.dtos.*.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/services/user/UserServiceImpl.java:3:40: warning: Using the '.*' form of import should be avoided - com.greenfoxacademy.backend.dtos.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
build:
backend/src/main/java/com/greenfoxacademy/backend/config/SecurityConfig.java#L21
[testtool] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - org.springframework.security.oauth2.jwt.*.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/config/SecurityConfig.java:21:47: warning: Using the '.*' form of import should be avoided - org.springframework.security.oauth2.jwt.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|