Skip to content

Add Maven Checkstyle plugin and Add Checkstyle to CI #198

Add Maven Checkstyle plugin and Add Checkstyle to CI

Add Maven Checkstyle plugin and Add Checkstyle to CI #198

Triggered via pull request August 6, 2024 08:44
Status Success
Total duration 1m 18s
Artifacts

backoffice-bff-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

447 warnings
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L4
Using the '.*' form of import should be avoided - com.yas.cart.viewmodel.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L17
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L19
Wrong lexicographical order for 'java.security.Principal' import. Should be before 'org.springframework.web.bind.annotation.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L20
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.bind.annotation.*'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L25
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L27
'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L28
'ctor def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L29
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L31
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L33
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L34
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L36
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L38
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L39
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L41
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L45
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L46
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L48
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L51
'annotation array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L52
'annotation array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L53
'annotation array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L55
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L56
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L57
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L59
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L61
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L62
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L63
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L65
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L67
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L68
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L69
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L70
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L72
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L74
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L75
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L76
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L77
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L79
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L83
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/controller/CartController.java#L84
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/repository/CartRepository.java#L5
Extra separation in import group before 'org.springframework.data.jpa.repository.JpaRepository'
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/repository/CartRepository.java#L8
Wrong lexicographical order for 'com.yas.cart.model.Cart' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/repository/CartRepository.java#L12
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/repository/CartRepository.java#L14
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/repository/CartItemRepository.java#L10
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/repository/CartItemRepository.java#L11
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/repository/CartItemRepository.java#L12
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/repository/CartItemRepository.java#L16
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/repository/CartItemRepository.java#L18
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/repository/CartItemRepository.java#L20
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/repository/CartItemRepository.java#L23
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/repository/CartItemRepository.java#L26
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L5
'class def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L5
Abbreviation in name 'ERROR_CODE' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L5
Type name 'ERROR_CODE' must match pattern '^[A-Z][a-zA-Z0-9]*$'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L6
'member def modifier' has incorrect indentation level 16, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L7
'member def modifier' has incorrect indentation level 16, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L8
'member def modifier' has incorrect indentation level 16, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L9
'member def modifier' has incorrect indentation level 16, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L10
'member def modifier' has incorrect indentation level 16, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L11
'member def modifier' has incorrect indentation level 16, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L12
'member def modifier' has incorrect indentation level 16, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/Constants.java#L13
'class def rcurly' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L7
Extra separation in import group before 'org.slf4j.helpers.FormattingTuple'
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L12
'member def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L14
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L15
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L16
'try' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L17
'try' child has incorrect indentation level 16, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L18
'try rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L20
'catch' child has incorrect indentation level 16, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L21
'catch rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L22
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L23
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/utils/MessagesUtils.java#L24
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/CartApplication.java#L12
'method def modifier' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/CartApplication.java#L13
'method def' child has incorrect indentation level 16, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/CartApplication.java#L14
'method def rcurly' has incorrect indentation level 8, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/viewmodel/CartGetDetailVm.java#L5
Wrong lexicographical order for 'com.yas.cart.model.Cart' import. Should be before 'java.util.List'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartGetDetailVm.java#L8
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartGetDetailVm.java#L9
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartGetDetailVm.java#L14
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartItemVm.java#L7
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartItemVm.java#L8
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartItemVm.java#L9
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartDetailVm.java#L6
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartDetailVm.java#L7
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartDetailVm.java#L11
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartListVm.java#L6
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartListVm.java#L7
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartListVm.java#L8
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartItemPutVm.java#L9
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartItemPutVm.java#L10
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartItemPutVm.java#L11
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartItemPutVm.java#L12
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/CartItemPutVm.java#L13
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/ErrorVm.java#L7
'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/ErrorVm.java#L8
'ctor def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/viewmodel/ErrorVm.java#L9
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: cart/src/main/java/com/yas/cart/config/SwaggerConfig.java#L6
Using the '.*' form of import should be avoided - io.swagger.v3.oas.annotations.security.*.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SwaggerConfig.java#L13
'annotation array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/CorsConfig.java#L10
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/CorsConfig.java#L12
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/CorsConfig.java#L19
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L14
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L15
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L16
Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L20
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L23
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L33
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L35
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L37
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L38
'block' child has incorrect indentation level 12, expected level should be 10.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L39
'block' child has incorrect indentation level 12, expected level should be 10.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L40
'block' child has incorrect indentation level 12, expected level should be 10.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L45
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L46
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L48
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/SecurityConfig.java#L49
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/config/DatabaseAutoConfig.java#L12
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.security.core.context.SecurityContextHolder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/DatabaseAutoConfig.java#L20
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/DatabaseAutoConfig.java#L22
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/DatabaseAutoConfig.java#L23
'block' child has incorrect indentation level 12, expected level should be 10.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/DatabaseAutoConfig.java#L25
'block' child has incorrect indentation level 12, expected level should be 10.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/config/DatabaseAutoConfig.java#L27
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/model/AbstractAuditEntity.java#L13
Wrong lexicographical order for 'java.time.ZonedDateTime' import. Should be before 'org.springframework.data.annotation.LastModifiedBy'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/AbstractAuditEntity.java#L20
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/AbstractAuditEntity.java#L23
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/AbstractAuditEntity.java#L26
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/AbstractAuditEntity.java#L29
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L8
Wrong lexicographical order for 'jakarta.persistence.*' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L8
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L17
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L21
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L25
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L27
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L29
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L31
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L33
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L34
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L35
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L36
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L37
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L38
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L39
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L40
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L42
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L45
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/CartItem.java#L46
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L3
Using the '.*' form of import should be avoided - jakarta.persistence.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L6
Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L7
Wrong lexicographical order for 'java.util.Set' import. Should be before 'lombok.*'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L17
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L21
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L23
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L25
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L28
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L30
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L31
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L32
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L33
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L34
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L35
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L36
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L37
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L39
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L42
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/model/Cart.java#L43
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L10
Using the '.*' form of import should be avoided - com.yas.cart.viewmodel.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L16
Wrong lexicographical order for 'java.time.ZonedDateTime' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L17
Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L18
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L19
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L20
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.transaction.annotation.Transactional'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L24
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L25
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L26
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L28
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L30
'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L31
'ctor def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L32
'ctor def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L33
'ctor def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L34
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L36
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L37
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L40
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L42
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L43
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L46
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L48
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L50
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L51
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L52
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L53
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L54
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L56
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L57
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L59
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L60
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L62
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L63
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L67
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L68
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L69
'else' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L70
'else rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L72
'for' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L73
'for' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L74
'if' has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L75
'if' child has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L76
'if rcurly' has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L77
'else' child has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L78
'else' child has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L79
'else' child has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L80
'else' child has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L81
'else' child has incorrect indentation level 16, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L82
'else rcurly' has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L83
'for rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L84
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L85
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L87
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L88
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L90
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L91
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L94
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L96
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L97
'for' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L98
'if' has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L100
'for rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L101
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L102
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L104
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L105
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L107
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L109
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L110
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L113
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L114
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L115
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L116
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L117
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L118
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L119
'else' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L120
'else' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L121
'else' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L122
'else rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L123
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L125
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L126
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L127
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L128
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L129
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L131
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L132
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L133
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L134
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L136
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L137
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L138
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L139
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L140
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L141
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L143
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L145
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L147
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L149
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L150
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L152
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L153
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L155
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L156
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L157
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L158
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L159
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L160
'if' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L161
'if' child has incorrect indentation level 12, expected level should be 6.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L162
'if rcurly' has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L163
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/CartService.java#L164
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L6
Extra separation in import group before 'lombok.RequiredArgsConstructor'
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L12
Extra separation in import group before 'com.yas.cart.config.ServiceUrlConfig'
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L12
Wrong lexicographical order for 'com.yas.cart.config.ServiceUrlConfig' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L13
Wrong lexicographical order for 'com.yas.cart.viewmodel.ProductThumbnailVm' import. Should be before 'org.springframework.web.util.UriComponentsBuilder'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L18
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L19
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L21
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L22
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L28
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/service/ProductService.java#L33
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L13
'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L14
'ctor def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L15
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L17
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L20
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L28
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L30
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L33
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/listener/CustomAuditingEntityListener.java#L37
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cart/src/main/java/com/yas/cart/exception/ApiExceptionHandler.java#L14
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.context.request.WebRequest'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L6
'member def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L8
'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L9
'ctor def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L10
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L12
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L14
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L15
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L17
'method def modifier' has incorrect indentation level 4, expected level should be 2.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L18
'method def' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: cart/src/main/java/com/yas/cart/exception/BadRequestException.java#L19
'method def rcurly' has incorrect indentation level 4, expected level should be 2.