Added website stuff for Web-User administration and additional request… #1509
review.yml
on: pull_request
license-check
35s
checkstyle
22s
Annotations
4 errors and 2 warnings
checkstyle:
src/main/java/de/rwth/idsg/steve/web/controller/WebUsersController.java#L204
[checkstyle] reported by reviewdog 🐶
Name 'redirect_str' must match pattern '^[a-z][a-zA-Z0-9]*$'.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/WebUsersController.java:204:16: error: Name 'redirect_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck)
|
checkstyle:
src/main/java/de/rwth/idsg/steve/repository/WebUserRepository.java#L46
[checkstyle] reported by reviewdog 🐶
Line has trailing spaces.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/repository/WebUserRepository.java:46:0: error: Line has trailing spaces. (com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck)
|
checkstyle:
src/main/java/de/rwth/idsg/steve/service/WebUserService.java#L219
[checkstyle] reported by reviewdog 🐶
Line has trailing spaces.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/service/WebUserService.java:219:0: error: Line has trailing spaces. (com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck)
|
checkstyle:
src/main/java/de/rwth/idsg/steve/service/WebUserService.java#L255
[checkstyle] reported by reviewdog 🐶
Line has trailing spaces.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/service/WebUserService.java:255:0: error: Line has trailing spaces. (com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck)
|
checkstyle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
license-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|