feat: hash password in register methode #43
Annotations
4 warnings
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/.
|
backend/src/main/java/com/greenfoxacademy/backend/config/SecurityConfig.java#L9
[testtool] reported by reviewdog 🐶
Import statement for 'org.springframework.security.config.Customizer.withDefaults' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/config/SecurityConfig.java:9:1: warning: Import statement for 'org.springframework.security.config.Customizer.withDefaults' 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/main/java/com/greenfoxacademy/backend/config/SecurityConfig.java#L11
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/config/SecurityConfig.java:11:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
backend/src/main/java/com/greenfoxacademy/backend/config/SecurityConfig.java#L15
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./backend/src/main/java/com/greenfoxacademy/backend/config/SecurityConfig.java:15:3: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
This job failed
Loading