Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
517 stars 101 forks source link

Add linting job to CI for new frontend #603

Closed mcserep closed 11 months ago

mcserep commented 1 year ago

While the linting is performed by the npm run build command for the new frontend, it will not fail in case of linting issues, as the building will continue (with warnings).

There should be a separate CI job for executing the npm run lint command on the new frontend, so it is always clear that the linting was performed and passed.