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
{{ message }}
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
faridprogrammer
changed the title
Cannot see Typescript analysis report
Cannot see TypeScript analysis report
Jul 28, 2017
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: