Spell checking for SonarCloud

Hello!
It would be great to be able to use spell checking from within SonarCloud.
Currently SonarCloud does its job pretty well on finding out a lot of programmer’s mistakes and aims keeping code style common.
However typos are still left for manual code review.

It would be really nice that SonarCloud could also post spelling remarks to the code + possibility to tune a project-specific dictionary.
Most likely by default they remarks should have ‘Info’ level, gradually when the dictionary is filled in pretty well, a higher level of the remark may be chosed (in case the project administrator thinks it’s already time to do).

This feature may reduce time spent on manual code reviews. Let’s automate what’s possible!

NOTE: I found that for standalone SonarQube there existed such a project: GitHub - webdizz/sonarqube-spellcheck: SonarQube SpellCheck Plugin to provide spell checking of source code however apparently it’s not being actively developed for years.