SonarTsPlugin
SonarTsPlugin copied to clipboard
SonarQube plugin for TypeScript files
Hi, My build is not generating lcov file. getting error saying like " No coverage information will be saved because LCOV file cannot be found" sonar.typescript.lcov.reportPaths=coverage/lcov.info Please provide me some...
Operating system: Debian Scanner version: sonar-scanner-3.2.0.1227-linux Typescript version: 2.4.3 and also tried 2.9.2(latest) When running on my typescript project, the files are correctly scanned and covered by everything except the...
I am able to get the coverage information but does not show number of Unit Test vs skipped vs ignored in Sonar. Is there any specific property that we need...
Here is my `sonar-project.properties`: ``` sonar.projectKey=myproj sonar.projectName=My Project sonar.projectVersion=1.0.0 sonar.sources=src sonar.sourceEncoding=UTF-8 sonar.language=ts sonar.host.url=http://localhost:9000 sonar.login= ``` My sonar-scanner version ``` INFO: Scanner configuration file: /opt/sonar/scanner/conf/sonar-scanner.properties INFO: Project root configuration file: /home/myproj/.jenkins/jobs/UI-SIT-NEW/workspace/sonar-project.properties...
I've been using this plugin for awhile now and it's been serving our purposes well. However, I now have a solution that just recently added an LCOV report in another...
Hi Team, Is it possible to run together on a same instance your plugin and the new SonarSource/SonarTS one ? Both plugins have the same name. When I try to...
I disabled all the 123 rules in sonar qube. Added only one rule in tslint.json. When I ran the sonar, no issues are shown even though code has the issues(it's...
I'm using vue single files with typescript. The SonarJS Plugin is supporting those files but this is not for typescript. Is would be nice if the SonarTS Plugin can support...
Hi Team, I started working on angular typescript project to setup with SonarTS on my mac. Seems after running the sonar scanner i get the error below error for all...
I have multiple types of projects in my SQ (php, scss, ts) and with SonarTsPlugin I can't view the number of comments for the .ts files. There is a setting...