Open roeycohen opened 3 months ago
Hi, found some issues in ControlSignatureSniff:
while (true) do('something');
will be fixed like this:
while (true) do('something')
if (true) //some comment { do('something'); }
don't know if you're willing to fix this, but I guess it could be nice :) Thanks, Roey
Hi, found some issues in ControlSignatureSniff:
will be fixed like this:
don't know if you're willing to fix this, but I guess it could be nice :) Thanks, Roey