Skip to content

Feature/auth

Feature/auth #89

GitHub Actions / ktlint completed Oct 25, 2023 in 3s

reviewdog [ktlint] report

reported by reviewdog 🐶

Findings (129)

commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|19 col 35| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|19 col 64| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|19 col 95| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|19 col 119| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|29 col 65| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|29 col 65| Newline expected before expression body
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|32 col 58| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|32 col 58| Newline expected before expression body
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt|36 col 1| Unexpected indentation (8) (should be 4)
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt|25 col 50| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt|25 col 50| Newline expected before expression body
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt|33 col 62| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt|33 col 62| Newline expected before expression body
commerce-api/src/main/kotlin/com/hanghae/commerce/config/SecurityConfig.kt|16 col 43| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/config/SecurityConfig.kt|16 col 43| Newline expected before expression body
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt|17 col 20| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt|17 col 36| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt|17 col 62| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt|15 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt|15 col 34| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt|15 col 49| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt|22 col 17| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt|22 col 33| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt|22 col 47| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt|21 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt|21 col 34| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt|21 col 49| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt|25 col 17| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt|25 col 33| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt|25 col 47| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|18 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|18 col 22| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|18 col 38| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|18 col 53| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|19 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|19 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|19 col 34| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemRepository.kt|19 col 48| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|20 col 21| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|20 col 21| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|20 col 58| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|20 col 58| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|20 col 97| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|20 col 97| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|25 col 18| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|25 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|25 col 55| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|25 col 55| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|25 col 84| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|25 col 84| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|30 col 17| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|30 col 17| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|30 col 54| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|30 col 54| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|30 col 82| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|30 col 82| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/application/StoreCreateService.kt|22 col 21| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/application/StoreCreateService.kt|22 col 37| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/application/StoreCreateService.kt|22 col 64| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/application/StoreReadService.kt|23 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/application/StoreReadService.kt|23 col 34| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/application/StoreReadService.kt|23 col 49| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreReader.kt|22 col 19| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreReader.kt|22 col 35| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreReader.kt|22 col 50| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreRepository.kt|9 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreRepository.kt|9 col 19| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreRepository.kt|9 col 35| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/domain/StoreRepository.kt|9 col 50| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|9 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|17 col 21| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|17 col 21| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|17 col 58| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|17 col 58| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|17 col 98| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|17 col 98| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|22 col 18| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|22 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|22 col 55| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|22 col 55| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|22 col 92| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|22 col 92| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|27 col 27| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|27 col 27| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|27 col 62| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/store/presentation/StoreController.kt|27 col 62| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/user/application/SignService.kt|37 col 20| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/user/domain/User.kt|30 col 18| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/user/domain/User.kt|30 col 42| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/user/domain/User.kt|30 col 66| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/user/domain/User.kt|30 col 70| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/user/domain/User.kt|30 col 70| Newline expected before expression body
commerce-api/src/main/kotlin/com/hanghae/commerce/user/domain/UserRepository.kt|7 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/user/domain/UserRepository.kt|8 col 5| Expected a blank line for this declaration
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|14 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|16 col 16| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|16 col 16| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|16 col 51| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|16 col 51| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|19 col 16| Parameter should start on a newline
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|19 col 16| Newline expected after opening parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|19 col 51| Missing newline before ")"
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/SignController.kt|19 col 51| Newline expected before closing parenthesis
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/dto/SignUpResponse.kt|16 col 32| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/user/presentation/dto/SignUpResponse.kt|16 col 32| Newline expected before expression body
commerce-api/src/test/kotlin/com/hanghae/commerce/store/application/StoreReadServiceTest.kt|74 col 20| A multiline expression should start on a new line
commerce-api/src/test/kotlin/com/hanghae/commerce/user/application/SignServiceTest.kt|16 col 22| Expected newline before annotation
commerce-api/src/test/kotlin/com/hanghae/commerce/user/application/SignServiceTest.kt|16 col 33| Expected newline after last annotation
commerce-api/src/test/kotlin/com/hanghae/commerce/user/application/SignServiceTest.kt|26 col 9| Function name should start with a lowercase letter (except factory methods) and use camel case
commerce-api/src/test/kotlin/com/hanghae/commerce/user/application/SignServiceTest.kt|53 col 9| Function name should start with a lowercase letter (except factory methods) and use camel case
commerce-api/src/test/kotlin/com/hanghae/commerce/user/application/SignServiceTest.kt|64 col 9| Function name should start with a lowercase letter (except factory methods) and use camel case
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/ItemEntityRepository.kt|41 col 31| Newline expected after opening parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/ItemEntityRepository.kt|41 col 47| Parameter should start on a newline
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/ItemEntityRepository.kt|41 col 62| Newline expected before closing parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/ItemEntityRepository.kt|45 col 27| Newline expected after opening parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/ItemEntityRepository.kt|45 col 43| Parameter should start on a newline
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/ItemEntityRepository.kt|45 col 57| Newline expected before closing parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/JpaItemRepository.kt|11 col 22| Newline expected after opening parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/JpaItemRepository.kt|11 col 38| Parameter should start on a newline
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/JpaItemRepository.kt|11 col 53| Newline expected before closing parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/JpaItemRepository.kt|14 col 18| Newline expected after opening parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/JpaItemRepository.kt|14 col 34| Parameter should start on a newline
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/item/JpaItemRepository.kt|14 col 48| Newline expected before closing parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/store/JpaStoreRepository.kt|14 col 19| Newline expected after opening parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/store/JpaStoreRepository.kt|14 col 35| Parameter should start on a newline
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/store/JpaStoreRepository.kt|14 col 50| Newline expected before closing parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/store/StoreEntityRepository.kt|32 col 28| Newline expected after opening parenthesis
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/store/StoreEntityRepository.kt|32 col 44| Parameter should start on a newline
commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/store/StoreEntityRepository.kt|32 col 59| Newline expected before closing parenthesis

Filtered Findings (274)

commerce-api/src/main/kotlin/com/hanghae/commerce/ErrorController.kt|12 col 1| Class body should not start with blank line
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/GlobalExceptionHandler.kt|12 col 1| Class body should not start with blank line
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/config/WebMvcConfig.kt|10 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/interceptor/HttpRequestLoggingInterceptor.kt|12 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt|9 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt|15 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt|18 col 20| A multiline expression should start on a new line
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt|13 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/StockManager.kt|17 col 1| Class body should not start with blank line
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/Item.kt|14 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/item/presentaion/ItemController.kt|11 col 1| Wildcard import
commerce-api/src/main/kotlin/com/hanghae/commerce/item/presentaion/ItemController.kt|18 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
... (Too many findings. Dropped some findings)

Annotations

Check failure on line 19 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L19 <standard:function-signature>

Newline expected after opening parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:19:35: error: Newline expected after opening parenthesis (standard:function-signature)

Check failure on line 19 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L19 <standard:function-signature>

Parameter should start on a newline
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:19:64: error: Parameter should start on a newline (standard:function-signature)

Check failure on line 19 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L19 <standard:function-signature>

Parameter should start on a newline
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:19:95: error: Parameter should start on a newline (standard:function-signature)

Check failure on line 19 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L19 <standard:function-signature>

Newline expected before closing parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:19:119: error: Newline expected before closing parenthesis (standard:function-signature)

Check failure on line 29 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L29 <standard:multiline-expression-wrapping>

A multiline expression should start on a new line
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:29:65: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)

Check failure on line 29 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L29 <standard:function-signature>

Newline expected before expression body
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:29:65: error: Newline expected before expression body (standard:function-signature)

Check failure on line 32 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L32 <standard:multiline-expression-wrapping>

A multiline expression should start on a new line
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:32:58: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)

Check failure on line 32 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L32 <standard:function-signature>

Newline expected before expression body
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:32:58: error: Newline expected before expression body (standard:function-signature)

Check failure on line 36 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt#L36 <standard:indent>

Unexpected indentation (8) (should be 4)
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/JwtAuthenticationFilter.kt:36:1: error: Unexpected indentation (8) (should be 4) (standard:indent)

Check failure on line 25 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt#L25 <standard:multiline-expression-wrapping>

A multiline expression should start on a new line
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt:25:50: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)

Check failure on line 25 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt#L25 <standard:function-signature>

Newline expected before expression body
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt:25:50: error: Newline expected before expression body (standard:function-signature)

Check failure on line 33 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt#L33 <standard:multiline-expression-wrapping>

A multiline expression should start on a new line
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt:33:62: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)

Check failure on line 33 in commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt#L33 <standard:function-signature>

Newline expected before expression body
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/auth/TokenProvider.kt:33:62: error: Newline expected before expression body (standard:function-signature)

Check failure on line 16 in commerce-api/src/main/kotlin/com/hanghae/commerce/config/SecurityConfig.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/config/SecurityConfig.kt#L16 <standard:multiline-expression-wrapping>

A multiline expression should start on a new line
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/config/SecurityConfig.kt:16:43: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)

Check failure on line 16 in commerce-api/src/main/kotlin/com/hanghae/commerce/config/SecurityConfig.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/config/SecurityConfig.kt#L16 <standard:function-signature>

Newline expected before expression body
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/config/SecurityConfig.kt:16:43: error: Newline expected before expression body (standard:function-signature)

Check failure on line 17 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt#L17 <standard:function-signature>

Newline expected after opening parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt:17:20: error: Newline expected after opening parenthesis (standard:function-signature)

Check failure on line 17 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt#L17 <standard:function-signature>

Parameter should start on a newline
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt:17:36: error: Parameter should start on a newline (standard:function-signature)

Check failure on line 17 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt#L17 <standard:function-signature>

Newline expected before closing parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemCreateService.kt:17:62: error: Newline expected before closing parenthesis (standard:function-signature)

Check failure on line 15 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt#L15 <standard:function-signature>

Newline expected after opening parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt:15:18: error: Newline expected after opening parenthesis (standard:function-signature)

Check failure on line 15 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt#L15 <standard:function-signature>

Parameter should start on a newline
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt:15:34: error: Parameter should start on a newline (standard:function-signature)

Check failure on line 15 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt#L15 <standard:function-signature>

Newline expected before closing parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt:15:49: error: Newline expected before closing parenthesis (standard:function-signature)

Check failure on line 22 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt#L22 <standard:function-signature>

Newline expected after opening parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt:22:17: error: Newline expected after opening parenthesis (standard:function-signature)

Check failure on line 22 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt#L22 <standard:function-signature>

Parameter should start on a newline
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt:22:33: error: Parameter should start on a newline (standard:function-signature)

Check failure on line 22 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt#L22 <standard:function-signature>

Newline expected before closing parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/application/ItemReadService.kt:22:47: error: Newline expected before closing parenthesis (standard:function-signature)

Check failure on line 21 in commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt#L21 <standard:function-signature>

Newline expected after opening parenthesis
Raw output
commerce-api/src/main/kotlin/com/hanghae/commerce/item/domain/ItemReader.kt:21:18: error: Newline expected after opening parenthesis (standard:function-signature)