https://github.com/sandermvanvliet/sonar-typescript-plugin
Tell SonarQube how to analyze TypeScript
https://github.com/sandermvanvliet/sonar-typescript-plugin
Last synced: 16 days ago
JSON representation
Tell SonarQube how to analyze TypeScript
- Host: GitHub
- URL: https://github.com/sandermvanvliet/sonar-typescript-plugin
- Owner: sandermvanvliet
- License: mit
- Created: 2016-03-31T16:39:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T18:06:07.000Z (almost 9 years ago)
- Last Synced: 2025-04-02T13:52:37.333Z (23 days ago)
- Language: Java
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonar TypeScript plugin
[](https://travis-ci.org/sandermvanvliet/sonar-typescript-plugin)This is a plugin for SonarQube to analyze TypeScript source code. It uses [tsa](http://github.com/sandermvanvliet/tsa) to run the analysis.
Currently this plugin supports the following metrics:
* Lines (total lines)
* Lines of Code (currently the same as total lines)
* Classes
* Functions**Please note:** This is a work in progress so expect the metrics to change.
## Current status ##
Every release of the sonar-typescript-plugin triggers an analysis on the official [TypeScript](https://github.com/microsoft/TypeScript/) sources. Note that also whenever [tsa](http://github.com/sandermvanvliet/tsa) changes a new analysis is triggered. Latest analysis results can be found [here](http://sonar.codenizer.nl:9000/overview?id=1)## Deploying
Clone the sources and run `mvn clean package` and when that is successful copy the jar from the `targets` folder to `${SONAR_HOME}/extensions/plugins`## Suggestions and contributions
I'm open to pull requests and suggestions. If you feel something is missing, please let me know and open a new issue. If you just want to say hi that's fine too ;-)### Author
This plugin has been created by Sander van Vliet ([@Codenizer](https://twitter.com/Codenizer) on Twitter and [sandermvanvliet](https://github.com/sandermvanvliet) on GitHub).### Tools used
Sonar TypeScript plugin is built with:* IntelliJ IDEA
* Maven
* VIM
* Travis CI