cathive / concourse-sonarqube-resource

performs SonarQube analyses and checks quality gates https://concourse-ci.org/ https://sonarqube.org/
Apache License 2.0
46 stars 50 forks source link

TypeScript Analysis Support #48

Closed Lubytes closed 4 years ago

Lubytes commented 4 years ago

I'd love for this resource to also support Typescript analysis, which would require the docker image to contain node (already done) and typescript with a global reference. This seems to be a common issue elsewhere. Thoughts?

headcr4sh commented 4 years ago

I have removed TypeScript in a previous commit which seems like a bad idea as it breaks existing stuff.

I think, that a globally installed TypeScript in the resource image is a bad idea, but I definitely don't want to break stuff for existing users and I will therefore add it once again.

Thanks for the report.

headcr4sh commented 4 years ago

New release v0.11.0 contains TypeScript once again.