You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, we are using the sqale.xml file to define, although only partly, the SQALE ratings of each check. However, first, they are not defined well (and for some it might be difficult defining them) and, secondly, what would be the new SQ process for those ratings?
SonarQube seems to have deprecated SQALE:
For now, we are using the
sqale.xml
file to define, although only partly, the SQALE ratings of each check. However, first, they are not defined well (and for some it might be difficult defining them) and, secondly, what would be the new SQ process for those ratings?Furthermore, for reading this XML file we rely on the deprecated (and to be removed without replacement) class https://github.com/SonarSource/sslr-squid-bridge/blob/master/src/main/java/org/sonar/squidbridge/rules/SqaleXmlLoader.java#L42.
If SQALE is still supported and need, we must ensure to have a proper implementation working on our side to be independent of this library.
Hence, check if SQALE is still mandatory - if:
sqale.xml
and all related codeSee:
The text was updated successfully, but these errors were encountered: