Skip to content

Feat: add buffer file grpc #27

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 31, 2025

fix: improve security

fca8813
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Feat: add buffer file grpc #27

fix: improve security
fca8813
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle completed Mar 31, 2025 in 0s

Checkstyle Source Code Analyzer report

129 violation(s) found

Annotations

Check warning on line 14 in common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.List'

Check warning on line 14 in common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer'.

Check warning on line 52 in common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck

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).

Check warning on line 6 in common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.Locale'

Check warning on line 6 in common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Locale' import. Should be before 'org.slf4j.helpers.MessageFormatter'.

Check warning on line 7 in common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.MissingResourceException' import. Should be before 'org.slf4j.helpers.MessageFormatter'.

Check warning on line 8 in common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.ResourceBundle' import. Should be before 'org.slf4j.helpers.MessageFormatter'.

Check warning on line 3 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck

Using the '.*' form of import should be avoided - jakarta.persistence.*.

Check warning on line 9 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.time.LocalDate'

Check warning on line 9 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.time.LocalDate' import. Should be before 'lombok.Setter'.

Check warning on line 10 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.UUID' import. Should be before 'lombok.Setter'.

Check warning on line 16 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'annotation array initialization' child has incorrect indentation level 8, expected level should be 4.

Check warning on line 21 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

',' is not followed by whitespace.

Check warning on line 21 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck

',' is preceded with whitespace.

Check warning on line 21 in user-service/src/main/java/com/blubin/userservice/model/UserProfile.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck

',' is preceded with whitespace.

Check warning on line 3 in user-service/src/main/java/com/blubin/userservice/model/Country.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck

Using the '.*' form of import should be avoided - jakarta.persistence.*.

Check warning on line 9 in user-service/src/main/java/com/blubin/userservice/model/Country.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.UUID'

Check warning on line 9 in user-service/src/main/java/com/blubin/userservice/model/Country.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.UUID' import. Should be before 'lombok.Setter'.

Check warning on line 18 in user-service/src/main/java/com/blubin/userservice/model/Country.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

',' is not followed by whitespace.

Check warning on line 10 in user-service/src/main/java/com/blubin/userservice/model/UserAddressId.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.Objects'

Check warning on line 10 in user-service/src/main/java/com/blubin/userservice/model/UserAddressId.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Objects' import. Should be before 'org.hibernate.Hibernate'.

Check warning on line 11 in user-service/src/main/java/com/blubin/userservice/model/UserAddressId.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.hibernate.Hibernate'.

Check warning on line 28 in user-service/src/main/java/com/blubin/userservice/model/UserAddressId.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck

'if' construct must use '{}'s.

Check warning on line 29 in user-service/src/main/java/com/blubin/userservice/model/UserAddressId.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck

'if' construct must use '{}'s.

Check warning on line 31 in user-service/src/main/java/com/blubin/userservice/model/UserAddressId.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck

'&&' should be on a new line.