Pablissimo / SonarTsPlugin

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

How synchronisation of tslint version is made ? #157

Open TristanFAURE opened 7 years ago

TristanFAURE commented 7 years ago

Hello I have rules that need recent versions of tslint (5.4.3) how frequent is the synchronization with tslint ? Do you plan to have a release for each major version of tslint ?

Regards

Pablissimo commented 7 years ago

It's ad-hoc at the minute - I'll take pull requests, but then there needs to be a release cycle gone through to get them out. You can configure rules for versions of tslint that the plugin doesn't yet know about using the custom rules options in the admin panel, but appreciate that's a bit of a pain.

https://github.com/Pablissimo/SonarTsPlugin#tslint-custom-rules describes how you'd go about it short-term.