I use clang-format to format my source code and I want to verify the coding style(variable name préfix, indentation, ...) in gitlab CI.
I already use code quality to check variable scop.
I want to add coding style verify in code quality.
someone know how to do that ?
ps: I am not a gitllab CI specialist.