AngularJS plugin/support

Hi Team,

We have configured SonarQube(community) as quality gateway for our codes.
We are good with .net, html and CSS, but SonarQube is not supporting AngularJS and SCSS combination for measurements.
In our code, we are having big enough Angular custom component suit which is shared across application.
SonarCube is not identifying SCSS property values of those components.
It is listing bunch errors while code analysis. Please look at below form that list.

  1. Unexpected unknown type selector “top-bar”
    Here, “top-bar” is name of Angular component that will formatted by CSS
  2. Unexpected unknown type selector “ces-daterange”
    Here, “ces-daterange” is name of Angular component that will formatted by CSS

Basically, I am looking for some configuration/tool/plugin to make is valid by SonarQube which actually valid and working without any pixel break.

Thank you,

Umesh Pansara

Hi @upansara,

Welcome to SonarSource community! :wave:

Can you please provide the code snippet or a screenshot of issues screen where you see these problems? Or is this from the analysis logs? Can you post the logs here?

Joe