Pablissimo / SonarTsPlugin

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

sonar.ts.tslint.path config always needed, even when re-using tslint output #114

Closed oliverbrandt closed 7 years ago

oliverbrandt commented 7 years ago

When re-using a tslint output generated by the build process, sonar.ts.tslint.path still needs to be configured and pointing to an existing file. If that is not the case, the plugin provides the message "[WARNING] Path to tslint not defined or not found. Skipping tslint analysis." and stops the analysis.

Pablissimo commented 7 years ago

Ha, damn that's daft - thanks for the PR, will take a look.