Hi all
I am scanning ms sql script through t-sql plugin getting pars error.
Can we skip these scan lines from parsing ?
thanks,
Hi all
I am scanning ms sql script through t-sql plugin getting pars error.
Can we skip these scan lines from parsing ?
thanks,
Hello @Sourabh_singh_bhador,
If I understand correctly, your problem is that you have a MS SQL file, and it is analyzed by our TSQL parser, causing a syntax parsing error in the log.
To prevent this, you can change SonarQube settings in order to ignore that file from the analysis. There are actually several ways to do this. You could for instance change the file suffix for the TSQL analyzer, or condigure some inclusions/exclusions patterns.
I suggest you to read the Narrowing the Focus page in order to find the solution that best fit your needs. All possible ways to ignore a file are explained in details there.
HTH.
Kind regards,
-Chris