#882 Create a shared project #145
Checkstyle Source Code Analyzer report
4 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.Locale'
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'.
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'.
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'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.Locale'
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'.
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'.
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'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.Locale'
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'.
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'.
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'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.Locale'
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'.
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'.
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 14 in webhook/src/main/java/com/yas/webhook/config/SecurityConfig.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.Collection'
Check warning on line 14 in webhook/src/main/java/com/yas/webhook/config/SecurityConfig.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
Check warning on line 15 in webhook/src/main/java/com/yas/webhook/config/SecurityConfig.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
Check warning on line 16 in webhook/src/main/java/com/yas/webhook/config/SecurityConfig.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.springframework.security.web.SecurityFilterChain'.
Check warning on line 6 in webhook/src/main/java/com/yas/webhook/config/SwaggerConfig.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Using the '.*' form of import should be avoided - io.swagger.v3.oas.annotations.security.*.
Check warning on line 17 in webhook/src/main/java/com/yas/webhook/config/SwaggerConfig.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'annotation array initialization' child has incorrect indentation level 16, expected level should be 20.
Check warning on line 18 in webhook/src/main/java/com/yas/webhook/config/SwaggerConfig.java
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'annotation array initialization rcurly' has incorrect indentation level 8, expected level should be one of the following: 16, 20.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Extra separation in import group before 'java.util.List'
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.context.request.WebRequest'.