Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

tslint.json { linterOptions.exclude } is not reflected on AtomLinter #211

Open
andelizondo opened this issue Nov 3, 2017 · 3 comments
Open

Comments

@andelizondo
Copy link

On my tslint.json I have the following configuration:
{ "extends": ["tslint:recommended"], "linterOptions": { "exclude": [ "./**/ServerModels.ts" ] }

Which works fine (ServerModels.ts is not linted) if I run tslint -c tslint.json src/**/*.ts.

But I still get a linter error on atom when I open the file.
Is there anyway I can make linter-tslint to exclude this file?

Thanks in advance!

@yubaoquan
Copy link

+1
Same problem.

@rfmatos
Copy link

rfmatos commented Feb 14, 2018

+1 same problem. Tried to add linterOptions excludes as implemented in tslint v5.8.0, but not honored in Atom linter-tslint.

@ryanberckmans
Copy link

Appears related to palantir/tslint#3623

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

No branches or pull requests

4 participants