Skip to content

[Java] Replace checkstyle with google-java-format or another formatter? #213

@lidavidm

Description

@lidavidm

Describe the enhancement requested

checkstyle is unfortunately only a linter and cannot auto-format. google-java-format (or possibly some other plugin like clang-format) can be run to check and reformat files. google-java-format additionally integrates with IntelliJ. This makes development smoother.

However, we would have to reformat the entire codebase. Possibly, we can do this module-by-module.

Component(s)

Developer Tools, Java

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions