SonarTsPlugin icon indicating copy to clipboard operation
SonarTsPlugin copied to clipboard

Linting sensor does not work with tslint > 5.2.0 on multi-module project

Open andreasgebauer opened this issue 8 years ago • 5 comments

I get the following log message when trying to analyze a Maven multi-module project with tslint greater than 5.2.0:

[WARNING] TsLint reported issues against a file that isn't in the analysis set - will be ignored: <maven-module-name>/<module-relative-path-to-ts-file>

Seems like the working directory should be set to the current module in the Command instance created in TsLintExecutorImpl.getBaseCommand. This will definitely fix my problem.

andreasgebauer avatar Jun 08 '17 15:06 andreasgebauer

Thanks, will take a look at the PR - it might also address #149 actually...

Pablissimo avatar Jul 08 '17 10:07 Pablissimo

same problem here. can we get an updated release with PR #148?

OneCyrus avatar Aug 23 '17 07:08 OneCyrus

Trying to find time, work + impending fatherhood consuming most of it - will try and sneak a merge and pre-release in this weekend but if you're in a rush then building yourself's relatively straightforward

Pablissimo avatar Aug 23 '17 07:08 Pablissimo

I am also seeing this issue. Is there any chance we can get a new release with PR #148?

JRChampion avatar Dec 05 '17 19:12 JRChampion

Just discovered https://github.com/SonarSource/SonarTS. This seems to be more active.

andreasgebauer avatar Dec 05 '17 20:12 andreasgebauer