Re: Checkstyle for Doris FE

2022-04-19 Thread ling miao
> We can use `checkstyle` directly instead of using IDE configuration The IDE should be installed plugin 'checkstyle' before import 'checkstyle.xml' vin jake 于2022年4月20日周三 12:09写道: > We can use `checkstyle` directly instead of using IDE configuration > > On Wed, Apr 20, 2022 at 11:05 AM ling mi

Re: Checkstyle for Doris FE

2022-04-19 Thread ling miao
> We can use `checkstyle` directly instead of using IDE configuration The IDE should be installed plugin 'checkstyle' before impo vin jake 于2022年4月20日周三 12:09写道: > We can use `checkstyle` directly instead of using IDE configuration > > On Wed, Apr 20, 2022 at 11:05 AM ling miao wrote: > > > >

Re: Checkstyle for Doris FE

2022-04-19 Thread vin jake
We can use `checkstyle` directly instead of using IDE configuration On Wed, Apr 20, 2022 at 11:05 AM ling miao wrote: > > Using the IDEA checkstyle plugin, this checkstyle will influence `5080 > items in 890 files`. > > I suggest you submit the checkstyle and **formatted fe code** together in >

Re: Checkstyle for Doris FE

2022-04-19 Thread ling miao
> Using the IDEA checkstyle plugin, this checkstyle will influence `5080 items in 890 files`. I suggest you submit the checkstyle and **formatted fe code** together in one PR. So as it can avoid the compilation problem caused by checkstyle. Secondly, is it possible to export the code format of ID

Checkstyle for Doris FE

2022-04-19 Thread vin jake
Hi everyone: For the situation of Doris Fe of lacking `format style`, I'm trying to fix this thing. I made a draft `checkstyle` in the PR link . I format the stable directory of FE with this style for reviewing. PR link