I am running Sonarqube scan on my angular 7 application and i see that Sonar report is complaining "Unexpected unknown pseudo-element selector "::ng-deep"", does any one know how to mark this rule as ignore or remove this rule.
I tried using //NOSONAR , but no luck.