Closed pkaramol closed 6 years ago
The issue is somehow fixed when using Dsonar.sources=.
Does not seem to work with specific folders!
@pkaramol I'm not sure that it was your issue but sonar-scanner.properties
file should have the name sonar-project.properties
in fact
Specific folders should work for sonar.sources
I want to report a bug.
SonarJS version: SonarJS 3.3.0.5702 (javascript)
SonarQube version: Version 6.7 (build 33306)
Reproducer Running a
sonar-scanner
from a docker image, in agitlab
pipeline.The project checked out includes both
.ts
and.js
files.The command run is:
It does connect to the SonarQube server, given that it downloads the relevant plugins, e.g.
However, it indexes only
.ts
files and the project is identified only as aTypeScript
project.Here is my
sonar-scanner.properties
Here is the debug info: