Openvario / variod

Daemon for autonomous e-vario
4 stars 8 forks source link

Use static code analysis to improve code quality #21

Open linuxianer99 opened 4 years ago

linuxianer99 commented 4 years ago

To improve the code quality and avoid coding mistakes, it is a good idea to use some SCA tool.

For opensource projects a lot of the commercial tools can be used for free:

for example:

If this is combined with the CI capabilities of Github, every PR can be checked in advance. ..

linuxianer99 commented 4 years ago

@kedder , @bomilkar I implemened codacy, as it is much easier to implement as coverity. Please have a look here in the attached images ..

2020-05-16 11_14_59-Window 2020-05-16 11_19_37-Window

The failing CI task before, is a simple build .. It is not working up to now, but i will make this also work !!

Is this a way to go ??

kedder commented 4 years ago

@linuxianer99 looks great to me! Definitely better than nothing! :)