Error on css linting

Hi @Nicolas_Harraudeau,

unfortunately i have no idea where to find that file. we use sonarcloud, and all we did is to install the VSO extension within Azure devOps.

we use the:

  1. Prepare Analysis Configuration task - with the following configs
    sonar.java.coveragePlugin=lcov
    sonar.javascript.lcov.reportPaths=(Build.SourcesDirectory)/coverage/lcov.info sonar.junit.reportPaths=(Build.SourcesDirectory)/test-results.xml

  2. Run Code Analysis task

  3. Publish Quality Gate Result task

on our builds. but nothing extra. no further settings as far as i know.