Skip to content

Add styles support #23

@cmoulliard

Description

@cmoulliard

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions