Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandermvanvliet/sonar-typescript-plugin
Tell SonarQube how to analyze TypeScript
https://github.com/sandermvanvliet/sonar-typescript-plugin
Last synced: about 10 hours 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T18:06:07.000Z (over 8 years ago)
- Last Synced: 2024-12-17T12:17:00.900Z (6 days ago)
- Language: Java
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonar TypeScript plugin
[![Build Status](https://travis-ci.org/sandermvanvliet/sonar-typescript-plugin.svg?branch=master)](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