You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are just using this artifact/style internally. Together with jigsaw modules.
Official solution inside checkstyle project is to exclude module-info.java.
Well tbh it won't affect you until you are not starting to modularize wildfly.
check style fails with: module-info.java:1:1: unexpected token: open
Based on google & sun checks you should add config to skip module-info:
https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
The text was updated successfully, but these errors were encountered: