Skip to content

[TEST] 상품 추가 #42

[TEST] 상품 추가

[TEST] 상품 추가 #42

Triggered via pull request September 20, 2023 14:17
Status Success
Total duration 4m 41s
Artifacts

lint-and-test.yml

on: pull_request
Check kotlin lint
49s
Check kotlin lint
Execute coverage
1m 57s
Execute coverage
Fit to window
Zoom out
Zoom in

Annotations

82 errors
[ktlint] src/main/kotlin/com/hanghae/health/domain/Product.kt#L24 <standard:discouraged-comment-location>: src/main/kotlin/com/hanghae/health/domain/Product.kt#L24
A comment in a 'value_parameter' is only allowed when placed on a new line before this element
[ktlint] src/main/kotlin/com/hanghae/health/service/ProductService.kt#L25 <standard:property-wrapping>: src/main/kotlin/com/hanghae/health/service/ProductService.kt#L25
Missing newline before "Product(name = productInfo.name, category = productInfo.category, price = productInfo.price, count = productInfo.count)"
[ktlint] src/test/kotlin/com/hanghae/health/controller/ProductControllerTest.kt#L3 <standard:import-ordering>: src/test/kotlin/com/hanghae/health/controller/ProductControllerTest.kt#L3
Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
[ktlint] src/test/kotlin/com/hanghae/health/service/ProductServiceTest.kt#L3 <standard:import-ordering>: src/test/kotlin/com/hanghae/health/service/ProductServiceTest.kt#L3
Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end