Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use static code analysis to improve code quality #21

Open
linuxianer99 opened this issue May 16, 2020 · 2 comments
Open

Use static code analysis to improve code quality #21

linuxianer99 opened this issue May 16, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@linuxianer99
Copy link
Member

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:

  • Codacy
  • Synopsys Coverity

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

@linuxianer99 linuxianer99 self-assigned this May 16, 2020
@linuxianer99 linuxianer99 added the enhancement New feature or request label May 16, 2020
@linuxianer99
Copy link
Member Author

@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
Copy link
Member

kedder commented May 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants