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