ch things:
>>>
>>> if (a)
>>> {
>>> b = 13;
>>> c = 12;
>>> /* new code */
>>> if(d) {
>>> e=this_is_new();
>>> }
>>> /* end new code */
>>> }
>>>
>>> Thanks...
t; From: Damjan Marion
>> Sent: Saturday, April 18, 2020 5:51 AM
>> To: Andrew Yourtchenko
>> Cc: Dave Barach (dbarach) ; Zhang Yuwei
>> ; vpp-dev@lists.fd.io
>> Subject: Re: [vpp-dev] Checkstyle script not work in ubuntu
>>
>>
>> And this is e
{
> e=this_is_new();
> }
> /* end new code */
> }
>
> Thanks... Dave
>
> From: Damjan Marion
> Sent: Saturday, April 18, 2020 5:51 AM
> To: Andrew Yourtchenko
> Cc: Dave Barach (dbarach) ; Zhang Yuwei
> ; vpp-dev@lists.fd.io
>
Barach (dbarach) ; Zhang Yuwei
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Checkstyle script not work in ubuntu
And this is example of script, which just formats modified lines, instead of
re-formating whole file, as we do today.
With something like this, we can introduce new indent or even move
gt;>> The script works fine. You have the wrong version of gnu indent installed.
>>> This is the version you need:
>>>
>>> $ indent --version
>>> GNU indent 2.2.11
>>>
>>> From: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> >&
.
>> This is the version you need:
>>
>> $ indent --version
>> GNU indent 2.2.11
>>
>> From: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > <mailto:vpp-dev@lists.fd.io>> On Behalf Of Zhang Yuwei
>> Sent: Saturday, April 11, 2020 1:04 AM
>&
vpp-dev@lists.fd.io
> Subject: [vpp-dev] Checkstyle script not work in ubuntu
>
> Hi Guys,
> I find checkstyle script doesn’t work normally in ubuntu
> sometimes that I run make fixstyle in ubuntu and submit the code to gerrit
> but still fail in checkstyle step. I need to
The script works fine. You have the wrong version of gnu indent installed. This
is the version you need:
$ indent --version
GNU indent 2.2.11
From: vpp-dev@lists.fd.io On Behalf Of Zhang Yuwei
Sent: Saturday, April 11, 2020 1:04 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] Checkstyle script
Hi Guys,
I find checkstyle script doesn’t work normally in ubuntu sometimes
that I run make fixstyle in ubuntu and submit the code to gerrit but still fail
in checkstyle step. I need to move to centos to make it work, can anybody check
this? Thanks a lot.
Regards,
Yuwei
-=-=-=-=-=-=