Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Cannot see TypeScript analysis report #166

Open
faridprogrammer opened this issue Jul 28, 2017 · 1 comment
Open

Cannot see TypeScript analysis report #166

faridprogrammer opened this issue Jul 28, 2017 · 1 comment

Comments

@faridprogrammer
Copy link

I am using this plugin fro typescript analysis on sonarqube.
Even though the quality profile is used on analysis (Showed in SonarQube panel) but I cannot see the analysis report for typescript (I know that I have issues on code).
In the TFS CI build console the below log is printed
INFO: Sensor Linting sensor for TypeScript files [typescript] INFO: Sensor Linting sensor for TypeScript files [typescript] (done) | time=156ms INFO: Sensor Combined LCOV and LOC sensor [typescript] INFO: Sensor Combined LCOV and LOC sensor [typescript] (done) | time=32ms

I followed the installation procedure and all rules are active.

image

image

@faridprogrammer faridprogrammer changed the title Cannot see Typescript analysis report Cannot see TypeScript analysis report Jul 28, 2017
@Pablissimo
Copy link
Owner

So your first stop to diagnose this stuff is to get the scanner running with the -X flag to get diagnostic info - it'll hopefully tell you if there's anything crazy going on, should tell you what command lines are being supplied to tslint etc.

Second issue that I've only seen when using TFS - does the user account running the build agent have write permissions to the folder it is building from? The plugin uses a temporary folder that should be writeable anyway, but we've seen trouble there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants