Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

#882 create a shared project #1020

Merged
merged 7 commits into from
Sep 19, 2024

#882 Create a shared project

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

#882 create a shared project #1020

#882 Create a shared project
bac0a79
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle completed Sep 19, 2024 in 0s

Checkstyle Source Code Analyzer report

1 violation(s) found

Annotations

Check warning on line 3 in inventory/src/main/java/com/yas/inventory/exception/ApiExceptionHandler.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 - com.yas.commonlibrary.exception.*.

Check warning on line 5 in product/src/main/java/com/yas/product/service/BrandService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Wrong lexicographical order for 'com.yas.commonlibrary.exception.BadRequestException' import. Should be before 'com.yas.commonlibrary.exception.NotFoundException'.