Languages of the repository: Typescript, javascript, CSS, HTML
I have configured SonarCloud to scan an Angular application. Some of the issues that are being raised are not relevant for the framework (e.g. SonarCloud complains about using ::ng-deep pseudo selector even though it is a valid Angular pseudo selector).
I do not want to disable the rule globally and I do not want to stop SonarCloud from scanning the files that have “issues” in them. I want a way to tell SonarCloud to ignore a specific rule for a specific line.
Is there a way to do this? If not, is this something that can be added to your backlog?
I don’t think it’s a FP on your side. The “::ng-deep” pseudo element selector is a valid pseudo element within an Angular application, but if it was in a React application then it would be an error.