I just have some code that keeps giving me a warning in SonarCloud but it was pre-generated with the framework I am using. Is there a way similar to how // @ts-ignore
works but for SonarCloud.
Asked
Active
Viewed 1,176 times
-1

PurryFury
- 113
- 11
-
maybe https://stackoverflow.com/a/63377294/3708208 is of help - it just displays the java way :) – Simon Schrottner Aug 11 '21 at 19:08
-
I have seen it, but as you know TS doesn't support specific error suppression and when using ts-ignore SonarCloud still checks it. # pragma also not supported – PurryFury Aug 12 '21 at 09:01
1 Answers
0
Found the answer here How do I ignore duplicated code report in Sonar? . Well, now i know the drop down is there for a reason

PurryFury
- 113
- 11