which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
how is SonarQube deployed: zip, Docker, Helm
what are you trying to achieve
what have you tried so far to achieve this
SonarQube version: * Data Center Edition
Version 9.9.1 (build 69595)
We are connecting our app to SonarQube via our internal application lifestyle management tool. We have a specific team that handles this, and I can inquire with them if anyone needs more information about how it’s deployed.
We are encountering numerous “Unexpected unknown type selector ‘markdown’” in our SCSS files. Here is an example of what we would use in the SCSS:
:host ::ng-deep h1 markdown p { margin : 0 em; }
We have to use markdown in our html in this format :
<markdown [data]="content?.headline"></markdown>
This is because we are grabbing our content from the content management system Tridion, and we have to use markdown to apply the styling we created in Tridion.
Any insight on how to fix this issue or bypass it via some rule exception would be greatly appreciated! Thanks!