-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
TODO
Add checkstyle styles support to allow to configure the javaParser as such when we will load the files of a maven project
JavaParser.Builder<? extends JavaParser, ?> javaParserBuilder = JavaParser.fromJavaVersion()
.styles(styles)
.logCompilationWarningsAndErrors(false);
Interesting links:
Reactions are currently unavailable