Skip to content
This repository was archived by the owner on Jul 8, 2019. It is now read-only.

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

@andreasgebauer

Description

@andreasgebauer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions