Pablissimo / SonarTsPlugin

SonarQube plugin for TypeScript files
MIT License
185 stars 106 forks source link

Always 0 Bugs and 0 errors #149

Open stremovskyy opened 7 years ago

stremovskyy commented 7 years ago

SonarQube 6.3 on ubuntu 16 I've scanned my project and server always show me this 2017-06-16 11 17 10 I'm not sure that my code is perfect ))

nixel2007 commented 7 years ago

Do you have tslint.json in your repo? Do you have tslint in node deps? Did you run npm install before sonar-scanner? Could you provide logs from sonar-scanner? :)

Hello from makers of russian localization pack for SQ ;)

stremovskyy commented 7 years ago

Hello from localization users; Thanks for your work!

ZoeThivet commented 7 years ago

@Karmadon, I had the same problem and this one solved it: https://github.com/Pablissimo/SonarTsPlugin/issues/142

Pablissimo commented 7 years ago

Sorry, been away for a while - your log suggests that tslint's returning relative paths that the plugin can't then translate into files in your analysis set (line 261 onwards - tslint's working and returning issues, but the plugin can't do anything with them).

That's weird; what version of tslint are you running?