Skip to content

Linter

Inside the Editor

It is good to get feedback on the Code Quality as fast as possible. And the fastest way is to get it directly during writing the code.

The VSCode C/C++ Advanced Lint plugin could be used to get a feedback on the code quality directly in the Editor.
The VSCode Code Spell Checker plugin also spell checks Variable names.

CI/CD Test stage

Aside of the editor it is important to automate the Linting process.

To check the code in an CI/CD test stage a Docker image with the installed Linter is needed. Also an configuration file for the used Linter is needed which could be executed through a shell script.