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

PR used to test bad Java import order #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sbernard31
Copy link
Owner

It aims to check error on : eclipse-leshan#1282

@github-actions
Copy link

github-actions bot commented Jul 13, 2022

Java Import are not sorted ! (more details)

Ensure your code build locally using:

mvn clean install

Or just validate java import with :

mvn impsort:check

You can sort Java import with :

mvn impsort:sort

See also How configure your IDE.

@github-actions
Copy link

github-actions bot commented Jul 13, 2022

Checkstyle Validation Failed ! (more details)

Ensure your code build locally using:

mvn clean install

Or just validate checkstyle rules with :

mvn checkstyle:checkstyle

See also How configure your IDE.

@github-actions
Copy link

ℹ️ Some tips :

If documentation or those automatic comments are not clear enough, please create a new issue to discus about how to enhance it.

@sbernard31 sbernard31 force-pushed the import_ci_test branch 2 times, most recently from 61995bb to e2e2c8c Compare July 13, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant