ctl
ctl copied to clipboard
Idea - Add code scanning for the repository
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.
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!
I tried here with MISRA C validations and it definitely hates it, but then again MISRA C hates C.
It's still worth a shot. I'll give it a look over today and report back
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)