-
Notifications
You must be signed in to change notification settings - Fork 53
Too long command for rules execution when running on Windows #193
Comments
Same issue (with Windows 2012R2) |
Any news on this issue? It is really blocking any practical use of this plugin in SonarQube... |
@jvanoostveen the news is that it's as a bug and it was tentatively added it to the 1.1 version. Which means it's going to be fixed soon. |
I'm looking forward to a fix :), I've been trying to find where it was called myself to make a quick fix/hack, but I haven't found it... |
+1 I have the same issue on a windows 10 Pro (Build 1715) Sonar 5.6.3 |
Fixed by #209 |
@jvanoostveen try the RC we just published, this is included |
When I run the Sonar Scanner on our codebase, it crashes with the following error (partial):
When I look at the command executed, I notice it contains every file it wants to pass to tslint, which are quite a few...
The length of the command (
node
) and thetslint
call with the arguments and files is33018
characters long! I recon this doesn't work on Windows...I have setup the
sonar-project.properties
in such way, it contains several modules, each with their ownsonar.sources
.When I limit the set of files for that specific module, it does succeed.
It might help to use this setting as a glob for tslint when instantiating
tslint
.Environment:
Windows 10 (build 1703)
PowerShell
The text was updated successfully, but these errors were encountered: