Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude options #79

Open
artola opened this issue Aug 10, 2018 · 1 comment
Open

exclude options #79

artola opened this issue Aug 10, 2018 · 1 comment

Comments

@artola
Copy link
Contributor

artola commented Aug 10, 2018

TLS is not respecting the tsconfig.exclude option.

Could be this possible fixed in TLS or is it a tslint issue?

Note: tslint CLI respects linterOptions.exclude

@artola
Copy link
Contributor Author

artola commented Aug 22, 2018

@angelozerr do you have some hint regarding linterOptions .exclude ?

I have this tslint.json for example:

{
  "extends": "tslint:recomended",
  "linterOptions": {
    "exclude": ["src/**/*"]
  }
}

That should not show any error in the whole src folder, while VScode/TLS still report them.
Same config, but running tslint CLI, show no errors as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant