Skip to content

Feat: add buffer file grpc #48

Feat: add buffer file grpc

Feat: add buffer file grpc #48

Triggered via pull request March 31, 2025 04:21
Status Success
Total duration 13s
Artifacts

pull_request_template.yml

on: pull_request
autofill_pr
4s
autofill_pr
Fit to window
Zoom out
Zoom in

Annotations

186 warnings
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java#L14
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer'.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java#L52
Distance between variable 'source' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java#L6
Wrong lexicographical order for 'java.util.Locale' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java#L7
Wrong lexicographical order for 'java.util.MissingResourceException' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java#L8
Wrong lexicographical order for 'java.util.ResourceBundle' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java#L13
Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java#L14
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java#L15
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java#L16
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/CustomOidcUserService.java#L16
Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/CustomOidcUserService.java#L17
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/CustomOidcUserService.java#L18
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java#L8
Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.hibernate.annotations.CreationTimestamp'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java#L9
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.hibernate.annotations.CreationTimestamp'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: identity-service/src/main/java/com/blubin/identityservice/IdentityServiceApplication.java#L9
'annotation array initialization' child has incorrect indentation level 88, expected level should be one of the following: 4, 43, 46.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/JwtAuthenticationFilter.java#L17
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.springframework.web.filter.OncePerRequestFilter'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: identity-service/src/main/java/com/blubin/identityservice/config/JwtAuthenticationFilter.java#L36
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: identity-service/src/main/java/com/blubin/identityservice/config/JwtAuthenticationFilter.java#L48
WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/JwtAuthenticationFilter.java#L55
Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 56.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: identity-service/src/main/java/com/blubin/identityservice/config/JwtAuthenticationFilter.java#L59
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/JwtAuthenticationFilter.java#L82
Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 56.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L30
Wrong lexicographical order for 'org.springframework.security.web.SecurityFilterChain' import. Should be before 'org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L33
Wrong lexicographical order for 'org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter' import. Should be before 'org.springframework.security.web.util.matcher.AntPathRequestMatcher'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L34
Wrong lexicographical order for 'org.springframework.security.oauth2.server.resource.authentication.JwtGrantedAuthoritiesConverter' import. Should be before 'org.springframework.security.web.util.matcher.AntPathRequestMatcher'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L37
Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.springframework.web.cors.CorsConfiguration'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L38
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.cors.CorsConfiguration'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L39
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.web.cors.CorsConfiguration'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L40
Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.web.cors.CorsConfiguration'.
com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L49
Member name 'oAuth2LoginSuccessHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.
com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L52
Member name 'oAuth2LogoutSuccessHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L58
Comment has incorrect indentation level 0, expected is 16, indentation should be the same level as line 59.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L88
Comment has incorrect indentation level 0, expected is 24, indentation should be the same level as line 89.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L94
Comment has incorrect indentation level 0, expected is 16, indentation should be the same level as line 96.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L160
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 161.
com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L170
Parameter name 'google_client_id' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck: identity-service/src/main/java/com/blubin/identityservice/config/SecurityConfig.java#L170
Parameter name 'google_client_secret' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LogoutSuccessHandler.java#L13
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.springframework.stereotype.Component'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LogoutSuccessHandler.java#L16
Abbreviation in name 'OAuth2LogoutSuccessHandler' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L17
Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.springframework.stereotype.Component'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L18
Wrong lexicographical order for 'java.net.URLEncoder' import. Should be before 'org.springframework.stereotype.Component'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L19
Wrong lexicographical order for 'java.nio.charset.StandardCharsets' import. Should be before 'org.springframework.stereotype.Component'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L22
Abbreviation in name 'OAuth2LoginSuccessHandler' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L60
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 61.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L64
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 65.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L66
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 67.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L68
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 69.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/config/OAuth2LoginSuccessHandler.java#L71
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 72.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: identity-service/src/main/java/com/blubin/identityservice/controller/UserController.java#L9
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/controller/SpringSSOController.java#L24
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.web.bind.annotation.RestController'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/controller/SpringSSOController.java#L25
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.web.bind.annotation.RestController'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: identity-service/src/main/java/com/blubin/identityservice/controller/SpringSSOController.java#L28
Abbreviation in name 'SpringSSOController' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/repository/SiteUserRepository.java#L7
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/repository/SiteUserRepository.java#L8
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/repository/RefreshTokenRepository.java#L8
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/repository/RefreshTokenRepository.java#L9
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: identity-service/src/main/java/com/blubin/identityservice/viewmodel/SiteUserRequestVM.java#L10
Abbreviation in name 'SiteUserRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L9
Wrong lexicographical order for 'io.jsonwebtoken.*' import. Should be before 'io.jsonwebtoken.security.Keys'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L20
Wrong lexicographical order for 'java.net.URLDecoder' import. Should be before 'org.springframework.util.StringUtils'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java#L14
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer'.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java#L52
Distance between variable 'source' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java#L6
Wrong lexicographical order for 'java.util.Locale' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java#L7
Wrong lexicographical order for 'java.util.MissingResourceException' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java#L8
Wrong lexicographical order for 'java.util.ResourceBundle' import. Should be before 'org.slf4j.helpers.MessageFormatter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/model/UserProfile.java#L9
Wrong lexicographical order for 'java.time.LocalDate' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/model/UserProfile.java#L10
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: user-service/src/main/java/com/blubin/userservice/model/UserProfile.java#L16
'annotation array initialization' child has incorrect indentation level 8, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L21
Wrong lexicographical order for 'java.nio.charset.StandardCharsets' import. Should be before 'org.springframework.util.StringUtils'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L22
Wrong lexicographical order for 'java.security.Key' import. Should be before 'org.springframework.util.StringUtils'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/model/Country.java#L9
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'lombok.Setter'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L23
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.util.StringUtils'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L24
Wrong lexicographical order for 'java.util.Date' import. Should be before 'org.springframework.util.StringUtils'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L25
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.util.StringUtils'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/model/UserAddressId.java#L10
Wrong lexicographical order for 'java.util.Objects' import. Should be before 'org.hibernate.Hibernate'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L26
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.util.StringUtils'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/model/UserAddressId.java#L11
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.hibernate.Hibernate'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L27
Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.springframework.util.StringUtils'.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L45
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 46.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L62
Comment has incorrect indentation level 0, expected is 16, indentation should be the same level as line 63.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/JwtUtils.java#L105
Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 107.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/Constants.java#L5
'array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/Constants.java#L6
'array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/model/Address.java#L10
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.hibernate.annotations.ColumnDefault'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/Constants.java#L7
'array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/Constants.java#L8
'array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/Constants.java#L9
'array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: user-service/src/main/java/com/blubin/userservice/controller/AddressController.java#L11
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/Constants.java#L10
'array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: identity-service/src/main/java/com/blubin/identityservice/utils/Constants.java#L11
'array initialization' child has incorrect indentation level 12, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: user-service/src/main/java/com/blubin/userservice/controller/CountryController.java#L9
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/service/AuthService.java#L6
Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: user-service/src/main/java/com/blubin/userservice/controller/CountryController.java#L24
Abbreviation in name 'countryRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/service/RefreshTokenService.java#L11
Wrong lexicographical order for 'java.time.Instant' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/service/RefreshTokenService.java#L12
Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/repository/UserProfileRepository.java#L9
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/service/RefreshTokenService.java#L13
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/repository/UserProfileRepository.java#L10
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.stereotype.Repository'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/service/RefreshTokenService.java#L14
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/service/SiteUserService.java#L14
Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: user-service/src/main/java/com/blubin/userservice/viewmodel/user/UserProfileRequestVM.java#L10
Abbreviation in name 'UserProfileRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: user-service/src/main/java/com/blubin/userservice/viewmodel/country/AddressRequestVM.java#L11
Abbreviation in name 'AddressRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: identity-service/src/main/java/com/blubin/identityservice/service/SiteUserService.java#L15
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: user-service/src/main/java/com/blubin/userservice/viewmodel/country/CountryRequestVM.java#L10
Abbreviation in name 'CountryRequestVM' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: user-service/src/main/java/com/blubin/userservice/UserServiceApplication.java#L8
'annotation array initialization' child has incorrect indentation level 44, expected level should be one of the following: 4, 43, 46.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/service/UserProfileService.java#L8
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.stereotype.Service'.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: user-service/src/main/java/com/blubin/userservice/service/UserProfileGrpcService.java#L13
Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'.