Skip to content

#882 create a shared project #342

#882 create a shared project

#882 create a shared project #342

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