SonarScanner for Azure DevOps is throwing current error:
##[error]ERROR: Error during SonarScanner execution
ERROR: Error during SonarScanner execution
##[error]java.lang.StackOverflowError
java.lang.StackOverflowError
##[error]at com.sonarsource.tsql.B.C.B.H(Unknown Source)
We are using T\SQL to scan .SQL extension scripts (yes they are TSQL). Can’t seem to find any further information on this issue. It works fine with PL\SQL but it throws LOTS of “Parse Warnings” because the scripts are T\SQL.