I am trying to build, test and do code quality checks on Gitlab CI Pipeline
How I can do the code quality checks in the pipeline using Docker executor
As most of the code linting is integrated into Visual Studio, i don't know how I can do this as a separate command line execution task in CI pipeline
any reference and help is appriciated