Skip to content

상품 status에 따른 판매 내역 조회 API 구현 #156

상품 status에 따른 판매 내역 조회 API 구현

상품 status에 따른 판매 내역 조회 API 구현 #156

Triggered via pull request January 17, 2024 09:51
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: pull_request
Checkstyle job
19s
Checkstyle job
build_job
56s
build_job
Fit to window
Zoom out
Zoom in

Annotations

3 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/product/service/ProductService.java#L255
[testtool] reported by reviewdog 🐶 'if' is not followed by whitespace. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/product/service/ProductService.java:255:9: warning: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/domain/product/service/ProductService.java#L255
[testtool] reported by reviewdog 🐶 WhitespaceAround: 'if' 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/product/service/ProductService.java:255:9: warning: WhitespaceAround: 'if' 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)