ctl icon indicating copy to clipboard operation
ctl copied to clipboard

Idea - Add code scanning for the repository

Open tiagofilipesilva opened this issue 4 years ago • 4 comments

Hi, I'm not an expert but I believe it's possible to add a free coding scanning workflow to public repositories and even integrate with several free code checking solutions.

This could be helpful in this wonderful project.

tiagofilipesilva avatar Dec 31 '20 15:12 tiagofilipesilva

That's interesting. I wonder if static analyzers are able to handle the macro magic in CTL. I will enable have it a go. Thanks!

glouw avatar Dec 31 '20 18:12 glouw

I tried here with MISRA C validations and it definitely hates it, but then again MISRA C hates C.

tiagofilipesilva avatar Dec 31 '20 18:12 tiagofilipesilva

It's still worth a shot. I'll give it a look over today and report back

glouw avatar Dec 31 '20 18:12 glouw

I gave it a go, and it looks as if there are no problems. I'll keep it running as an action item, but I do not know how effective it is as I see zero output (in the logs, it does seem as if its building the source with make)

glouw avatar Jan 01 '21 01:01 glouw