-
Notifications
You must be signed in to change notification settings - Fork 121
Description
We are trying to use sqlcheck with the sonar-sql-plugin. It looks like the sonar-sql-plugin tries to call sqlcheck but fails to run. We get the following errors:
12:29:10.113 WARN Was not able to run SQLCheck with [/usr/bin/sqlcheck, -f, /home/rich/goku/code/file1.sql, -v]
If we try to run sqlcheck on one of the files mentioned it seems to work fine:
/usr/bin/sqlcheck -f /home/rich/goku/code/file1.sql -v | more
+-------------------------------------------------+
| SQLCHECK |
+-------------------------------------------------+
RISK LEVEL :: ALL ANTI-PATTERNS
SQL FILE NAME :: /home/richk/goku/code/file1.sql
COLOR MODE :: DISABLED
VERBOSE MODE :: ENABLED
DELIMITER :: ;
==================== Results ===================
.
.
.
Any help would be appreciated.