<div dir="ltr">I see. That would be great. <div><br></div><div>I've noticed that many vtiger files have a combination of tabs and 4x white_space. The problem is when you look at the files in GitLab, because it renders them with a different length. So the indentation looks ugly.<div>I've also seen instances of dead code (including functions).</div><div><br></div><div>I hope vtiger pays attention to this.</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Saludos<div><br></div><div>Rubén</div></div></div></div><br><p></p><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 7, 2020 at 12:24 PM Alan Lord <<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 07/07/2020 16:45, Rubén A. Estrada Orozco wrote:<br>
> sounds good.<br>
>   I wonder what they mean by the feture: "Prevent broken code from being <br>
> uploaded to master branches". I guess it's just syntax errors.<br>
<br>
Nope - you can set up all sorts of parameters depending on the linter.<br>
<br>
For example it can look for things like:<br>
<br>
* whitespace (tab, spaces etc...),<br>
* line endings (/r vs /r/n),<br>
* where "{" should be placed.<br>
<br>
Plus syntax of course. And also variables not being declared or not <br>
used, object method signatures, methods not being used, methods declared <br>
more than once... They can be very comprehensive.<br>
<br>
It's not just about catching some bugs but also about consistency too.<br>
<br>
Cheers<br>
<br>
Al<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div>