Skip to content

로그인 기능 리팩토링 #198

로그인 기능 리팩토링

로그인 기능 리팩토링 #198

Triggered via pull request January 20, 2024 01:22
Status Failure
Total duration 1m 5s
Artifacts

ci.yml

on: pull_request
Checkstyle job
22s
Checkstyle job
build_job
55s
build_job
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Checkstyle job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/domain/auth/service/AuthService.java#L81
[testtool] reported by reviewdog 🐶 WhitespaceAround: '*' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/auth/service/AuthService.java:81:44: warning: WhitespaceAround: '*' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/domain/auth/service/AuthService.java#L81
[testtool] reported by reviewdog 🐶 WhitespaceAround: '*' is not preceded with whitespace. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/auth/service/AuthService.java:81:44: warning: WhitespaceAround: '*' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/domain/auth/service/AuthService.java#L81
[testtool] reported by reviewdog 🐶 WhitespaceAround: '%' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/auth/service/AuthService.java:81:51: warning: WhitespaceAround: '%' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/domain/auth/service/AuthService.java#L81
[testtool] reported by reviewdog 🐶 WhitespaceAround: '%' is not preceded with whitespace. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/auth/service/AuthService.java:81:51: warning: WhitespaceAround: '%' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)