How is it possible to make sonarqube take into account directives found in code comments? There is a page on Istanbul describing how to ignore somуерштп using comments like this
/* istanbul ignore next: private method */
It works well into HTML reports generated by Istanbul but it does not work with Sonarqube.
SonarQube Version 8.3.1 ( Developer Edition)