Skip to content

야놀자 페이 패스워드 설정 API 구현 #158

야놀자 페이 패스워드 설정 API 구현

야놀자 페이 패스워드 설정 API 구현 #158

Triggered via pull request January 17, 2024 11:43
Status Failure
Total duration 58s
Artifacts

ci.yml

on: pull_request
Checkstyle job
13s
Checkstyle job
build_job
48s
build_job
Fit to window
Zoom out
Zoom in

Annotations

4 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/common/exception/PasswordConfirmationException.java#L6
[testtool] reported by reviewdog 🐶 Line is longer than 100 characters (found 104). Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/common/exception/PasswordConfirmationException.java:6:0: warning: Line is longer than 100 characters (found 104). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/common/exception/PasswordConfirmationException.java#L6
[testtool] reported by reviewdog 🐶 '{' at column 44 should have line break after. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/common/exception/PasswordConfirmationException.java:6:44: warning: '{' at column 44 should have line break after. (com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck)
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/common/exception/PasswordConfirmationException.java#L6
[testtool] reported by reviewdog 🐶 '}' at column 104 should be alone on a line. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/common/exception/PasswordConfirmationException.java:6:104: warning: '}' at column 104 should be alone on a line. (RightCurlyAlone)