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
While running a run-sonar-swift.sh I'm receiving an error
ERROR - Command 'oclint-json-compilation-database -v --include ../Project/. -- -rc LONG_LINE=250 -max-priority-1 10000 -max-priority-2 10000 -max-priority-3 10000 -report-type pmd -o sonar-reports/.-oclint.xml' failed with error code: 247
Command executed
./run-sonar-swift.sh
within that script it throws the following command:
oclint-json-compilation-database -v --include ../Project/. -- -rc LONG_LINE=250 -max-priority-1 10000 -max-priority-2 10000 -max-priority-3 10000 -report-type pmd -o sonar-reports/.-oclint.xml
We have created a new project for test purposes and still getting the same error
Environment
SonarQube server:
Version 8.9.1(not the last one, but 9 is not compatible with this plugin
SonarQube Runner:
INFO: SonarScanner 4.6.2.2472
INFO: Java 11.0.11 AdoptOpenJDK (64-bit)
INFO: Mac OS X 11.1 x86_64
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Issue Description
While running a run-sonar-swift.sh I'm receiving an error
ERROR - Command 'oclint-json-compilation-database -v --include ../Project/. -- -rc LONG_LINE=250 -max-priority-1 10000 -max-priority-2 10000 -max-priority-3 10000 -report-type pmd -o sonar-reports/.-oclint.xml' failed with error code: 247
Command executed
./run-sonar-swift.sh
within that script it throws the following command:
oclint-json-compilation-database -v --include ../Project/. -- -rc LONG_LINE=250 -max-priority-1 10000 -max-priority-2 10000 -max-priority-3 10000 -report-type pmd -o sonar-reports/.-oclint.xml
Environment
The text was updated successfully, but these errors were encountered: