Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#40 payment #49

Closed
wants to merge 1 commit into from

#40 payment

ee8c13e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

#40 payment #49

#40 payment
ee8c13e
Select commit
Loading
Failed to load commit list.
GitHub Actions / ktlint completed Oct 12, 2023 in 2s

reviewdog [ktlint] report

reported by reviewdog 🐢

Findings (97)

commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt|7 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt|8 col 26| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt|8 col 43| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt|8 col 62| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt|9 col 25| Unnecessary semicolon
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt|11 col 1| Unexpected blank line(s) before "}"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|11 col 1| Unexpected indentation (1) (should be 0)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|15 col 1| Unexpected indentation (1) (should be 0)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|16 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|17 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|18 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|19 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|21 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|21 col 23| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|21 col 40| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|21 col 59| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|22 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|22 col 56| Unnecessary semicolon
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|23 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|25 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|26 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|26 col 53| Unnecessary semicolon
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|27 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|28 col 1| Unexpected blank line(s) before "}"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt|29 col 1| Unexpected indentation (1) (should be 0)
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentGateway.kt|4 col 17| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentGateway.kt|4 col 34| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentGateway.kt|4 col 53| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/port/PaymentPort.kt|7 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/port/PaymentPort.kt|10 col 13| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/port/PaymentPort.kt|10 col 30| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/port/PaymentPort.kt|10 col 49| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/port/PaymentPort.kt|13 col 1| Unexpected blank line(s) before "}"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/service/PaymentService.kt|20 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/service/PaymentService.kt|23 col 17| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/service/PaymentService.kt|23 col 17| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/service/PaymentService.kt|23 col 53| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/service/PaymentService.kt|23 col 53| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/application/service/PaymentService.kt|36 col 1| Unexpected blank line(s) before "}"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/domain/Payment.kt|11 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/domain/Payment.kt|13 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/domain/Payment.kt|13 col 33| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/domain/Payment.kt|13 col 51| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/domain/Payment.kt|24 col 1| Unexpected blank line(s) before "}"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/domain/PaymentRepository.kt|7 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/domain/PaymentRepository.kt|9 col 1| Unexpected blank line(s) before "}"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/presentation/dto/PaymentRequest.kt|6 col 11| Unexpected spacing after ":"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/presentation/dto/PaymentRequest.kt|8 col 11| Unexpected spacing after ":"
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/presentation/dto/PaymentRequest.kt|9 col 27| Missing trailing comma before ")"
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|25 col 1| Class body should not start with blank line
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|32 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|33 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|34 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|35 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|36 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|38 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|39 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|39 col 38| A multiline expression should start on a new line
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|40 col 1| Unexpected indentation (13) (should be 12)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|41 col 1| Unexpected indentation (17) (should be 16)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|42 col 1| Unexpected indentation (17) (should be 16)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|43 col 1| Unexpected indentation (17) (should be 16)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|44 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|46 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|47 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|48 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|51 col 21| A multiline expression should start on a new line
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|57 col 29| A multiline expression should start on a new line
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|79 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|80 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|81 col 1| Unexpected indentation (9) (should be 8)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|82 col 1| Unexpected indentation (5) (should be 4)
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|83 col 1| Unexpected blank line(s) before "}"
commerce-api/src/test/kotlin/com/hanghae/commerce/payment/application/service/PaymentServiceTest.kt|84 col 1| Unexpected indentation (1) (should be 0)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/JpaPaymentRepository.kt|5 col 69| Unnecessary block ("{}")
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentEntity.kt|9 col 1| Needless blank line(s)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentEntity.kt|15 col 1| Unexpected blank line(s) in value parameter list
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentEntity.kt|18 col 1| Unexpected blank line(s) in value parameter list
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentEntity.kt|20 col 1| Unexpected blank line(s) in value parameter list
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentEntity.kt|22 col 1| Class body should not start with blank line
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentEntity.kt|32 col 1| Unexpected blank line(s) before "}"
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentEntityRepository.kt|12 col 1| Class body should not start with blank line
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentEntityRepository.kt|19 col 1| Unexpected blank line(s) before "}"
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|8 col 1| Unexpected indentation (4) (should be 0)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|9 col 1| Unexpected indentation (8) (should be 4)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|10 col 1| Unexpected indentation (12) (should be 8)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|11 col 1| Unexpected indentation (12) (should be 8)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|12 col 1| Unexpected indentation (12) (should be 8)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|13 col 1| Unexpected indentation (8) (should be 4)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|14 col 1| Unexpected indentation (4) (should be 0)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|16 col 1| Unexpected indentation (4) (should be 0)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|17 col 1| Unexpected indentation (8) (should be 4)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|18 col 1| Unexpected indentation (12) (should be 8)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|19 col 1| Unexpected indentation (12) (should be 8)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|20 col 1| Unexpected indentation (12) (should be 8)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|21 col 1| Unexpected indentation (8) (should be 4)
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/payment/PaymentMapper.kt|22 col 1| Unexpected indentation (4) (should be 0)

Filtered Findings (271)

commerce-api/src/main/kotlin/com/hanghae/commerce/aop/lock/DistributedLockAopHandler.kt|58 col 9| No whitespace expected between opening parenthesis and first parameter name
commerce-api/src/main/kotlin/com/hanghae/commerce/aop/lock/DistributedLockAopHandler.kt|58 col 40| No whitespace expected between last parameter and closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/aop/lock/DistributedLockAopHandler.kt|64 col 44| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/CartReaderService.kt|3 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/CartReaderService.kt|13 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/CartWriterService.kt|3 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/CartWriterService.kt|15 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/FavoriteItemReaderService.kt|3 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/FavoriteItemReaderService.kt|13 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/FavoriteItemReaderService.kt|18 col 43| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/FavoriteItemReaderService.kt|18 col 57| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/FavoriteItemReaderService.kt|18 col 71| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/FavoriteItemWriterService.kt|3 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/application/FavoriteItemWriterService.kt|14 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemReader.kt|9 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemReader.kt|22 col 31| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemReader.kt|22 col 47| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemReader.kt|22 col 61| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemRepository.kt|8 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemRepository.kt|9 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemRepository.kt|10 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemRepository.kt|10 col 31| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemRepository.kt|10 col 47| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemRepository.kt|10 col 61| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartItemWriter.kt|9 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/CartReader.kt|9 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemReader.kt|13 col 31| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemReader.kt|13 col 45| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemReader.kt|13 col 59| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|8 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|9 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|9 col 33| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|9 col 47| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|9 col 61| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|10 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|10 col 31| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|10 col 45| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemRepository.kt|10 col 59| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/domain/FavoriteItemWriter.kt|9 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/CartController.kt|23 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/CartController.kt|28 col 25| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/CartController.kt|28 col 25| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/CartController.kt|28 col 51| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/CartController.kt|28 col 51| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/FavoriteItemController.kt|8 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/FavoriteItemController.kt|16 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/FavoriteItemController.kt|21 col 25| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/FavoriteItemController.kt|21 col 25| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/FavoriteItemController.kt|21 col 51| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/FavoriteItemController.kt|21 col 51| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/dto/AddCartItemRequest.kt|9 col 1| Unexpected blank line(s) in value parameter list
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/dto/AddCartItemRequest.kt|11 col 21| Unexpected whitespace
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/dto/AddFavoriteItemRequest.kt|9 col 1| Unexpected blank line(s) in value parameter list
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/dto/AddFavoriteItemRequest.kt|11 col 21| Unexpected whitespace
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/dto/UpdateCartItemRequest.kt|10 col 1| Unexpected blank line(s) in value parameter list
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/dto/UpdateCartItemRequest.kt|12 col 21| Unexpected whitespace
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/dto/UpdateCartItemRequest.kt|13 col 1| Unexpected blank line(s) in value parameter list
commerce-api/src/main/kotlin/com/hanghae/commerce/cart/presentaion/dto/UpdateCartItemRequest.kt|16 col 22| Unexpected whitespace
commerce-api/src/main/kotlin/com/hanghae/commerce/common/IdentifierConstants.kt|4 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/StockManager.kt|15 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/Item.kt|12 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|4 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|6 col 14| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|6 col 31| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|6 col 49| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|7 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|7 col 17| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|7 col 33| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|7 col 50| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|7 col 68| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/Lock.kt|8 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/lock/LockRepository.kt|4 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/order/domain/OrderCreateEvent.kt|8 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/order/domain/OrderRepository.kt|5 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/order/domain/OrderRepository.kt|6 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/order/domain/OrderStatus.kt|12 col 5| Unnecessary semicolon
commerce-api/src/main/kotlin/com/hanghae/commerce/store/application/StoreCreateService.kt|12 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/store/application/StoreCreateService.kt|20 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/Store.kt|14 col 16| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/Store.kt|14 col 28| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/Store.kt|14 col 42| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/Store.kt|14 col 56| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreReader.kt|4 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreRepository.kt|5 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreRepository.kt|6 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreRepository.kt|7 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreRepository.kt|8 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|5 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|6 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|14 col 21| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|14 col 21| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|14 col 61| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|14 col 61| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|19 col 18| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|19 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|19 col 55| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|19 col 55| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|24 col 27| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|24 col 27| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|24 col 73| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|24 col 73| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/user/application/CustomerWriterService.kt|9 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/user/application/CustomerWriterService.kt|15 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/user/application/CustomerWriterService.kt|17 col 25| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/user/application/SellerWriterService.kt|9 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/user/application/SellerWriterService.kt|15 col 1| Class body should not start with blank line
... (Too many findings. Dropped some findings)

Annotations

Check failure on line 7 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt#L7 <standard:no-empty-first-line-in-class-body>

Class body should not start with blank line
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt:7:1: error: Class body should not start with blank line (standard:no-empty-first-line-in-class-body)

Check failure on line 8 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt#L8 <standard:function-signature>

Newline expected after opening parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt:8:26: error: Newline expected after opening parenthesis (standard:function-signature)

Check failure on line 8 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt#L8 <standard:function-signature>

Parameter should start on a newline
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt:8:43: error: Parameter should start on a newline (standard:function-signature)

Check failure on line 8 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt#L8 <standard:function-signature>

Newline expected before closing parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt:8:62: error: Newline expected before closing parenthesis (standard:function-signature)

Check failure on line 9 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt#L9 <standard:no-semi>

Unnecessary semicolon
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt:9:25: error: Unnecessary semicolon (standard:no-semi)

Check failure on line 11 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt#L11 <standard:no-blank-line-before-rbrace>

Unexpected blank line(s) before "}"
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/ConsolePaymentGateway.kt:11:1: error: Unexpected blank line(s) before "}" (standard:no-blank-line-before-rbrace)

Check failure on line 11 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L11 <standard:indent>

Unexpected indentation (1) (should be 0)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:11:1: error: Unexpected indentation (1) (should be 0) (standard:indent)

Check failure on line 15 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L15 <standard:indent>

Unexpected indentation (1) (should be 0)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:15:1: error: Unexpected indentation (1) (should be 0) (standard:indent)

Check failure on line 16 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L16 <standard:no-empty-first-line-in-class-body>

Class body should not start with blank line
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:16:1: error: Class body should not start with blank line (standard:no-empty-first-line-in-class-body)

Check failure on line 17 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L17 <standard:indent>

Unexpected indentation (5) (should be 4)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:17:1: error: Unexpected indentation (5) (should be 4) (standard:indent)

Check failure on line 18 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L18 <standard:indent>

Unexpected indentation (9) (should be 8)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:18:1: error: Unexpected indentation (9) (should be 8) (standard:indent)

Check failure on line 19 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L19 <standard:indent>

Unexpected indentation (5) (should be 4)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:19:1: error: Unexpected indentation (5) (should be 4) (standard:indent)

Check failure on line 21 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L21 <standard:indent>

Unexpected indentation (5) (should be 4)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:21:1: error: Unexpected indentation (5) (should be 4) (standard:indent)

Check failure on line 21 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L21 <standard:function-signature>

Newline expected after opening parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:21:23: error: Newline expected after opening parenthesis (standard:function-signature)

Check failure on line 21 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L21 <standard:function-signature>

Parameter should start on a newline
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:21:40: error: Parameter should start on a newline (standard:function-signature)

Check failure on line 21 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L21 <standard:function-signature>

Newline expected before closing parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:21:59: error: Newline expected before closing parenthesis (standard:function-signature)

Check failure on line 22 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L22 <standard:indent>

Unexpected indentation (9) (should be 8)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:22:1: error: Unexpected indentation (9) (should be 8) (standard:indent)

Check failure on line 22 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L22 <standard:no-semi>

Unnecessary semicolon
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:22:56: error: Unnecessary semicolon (standard:no-semi)

Check failure on line 23 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L23 <standard:indent>

Unexpected indentation (5) (should be 4)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:23:1: error: Unexpected indentation (5) (should be 4) (standard:indent)

Check failure on line 25 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L25 <standard:indent>

Unexpected indentation (5) (should be 4)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:25:1: error: Unexpected indentation (5) (should be 4) (standard:indent)

Check failure on line 26 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L26 <standard:indent>

Unexpected indentation (9) (should be 8)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:26:1: error: Unexpected indentation (9) (should be 8) (standard:indent)

Check failure on line 26 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L26 <standard:no-semi>

Unnecessary semicolon
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:26:53: error: Unnecessary semicolon (standard:no-semi)

Check failure on line 27 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L27 <standard:indent>

Unexpected indentation (5) (should be 4)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:27:1: error: Unexpected indentation (5) (should be 4) (standard:indent)

Check failure on line 28 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L28 <standard:no-blank-line-before-rbrace>

Unexpected blank line(s) before "}"
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:28:1: error: Unexpected blank line(s) before "}" (standard:no-blank-line-before-rbrace)

Check failure on line 29 in commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt#L29 <standard:indent>

Unexpected indentation (1) (should be 0)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/payment/adapter/PaymentAdapter.kt:29:1: error: Unexpected indentation (1) (should be 0) (standard:indent)