I load the checkstyle format into IntelliJ to do this since some of the rules cannot be applied automatically, you can find the style files in .baseline/checkstyle/checkstyle. If you load them into intelliJ with the checkstyle plugin it will automatically apply them if you use SaveActions and format on save or if you run "reformat code". It still won't be able to fix the ones that are not automatically fixable
On Sat, Oct 10, 2020 at 4:44 AM Kun Liu <liu...@apache.org> wrote: > Hi all, > > Does the iceberg project has the plugin which can format code > automatically? (by gradle) > There are a lot of checkstyle errors in compiling after I modify some > files. > > Thanks, > Kun >