how to ignore sonar in ejs files? NOSONAR in ejs files
How to ignore SONAR in files with .ejs extension!
The line I want to ignore is that with a script tag but //NOSONAR comment does not work
Как игнорировать SONAR в файлах с расширением .ejs!
Строка, которую я хочу игнорировать, это та, что с тегом script, но комментарий //NOSONAR не работает
<!-- //NOSONAR --><script></script>