@SupressWarnings not working in PHP, Python, JS

SonarQube version : 7.7

Hi Sonar community,
We are a small company using SonarQube as our primary code quality enforcing tool.
Currently we have moved our code base from Java to python, php, Javascript.
Unfortunately we are facing an issue ignoring certain rules.
In Java we could ignore a specific rule by adding the @SupressWarnings annotation.
Unfortunately we are unable to find an alternative for the same in PHP, Python, Javascript.
Please help.

Please see this documentation (“Ignore issues” section).