-
Notifications
You must be signed in to change notification settings - Fork 44
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
rulesDirectory option of tslint.json not handled correctly #55
Comments
will be fixed by #63 when merged |
Hopefully somebody tests that this actually works. |
I am actually using it :) On Sun, Apr 24, 2016, 18:55 Panu Horsmalahti notifications@github.com
|
gulp-tslint version: 4.3.3
tslint version: 3.5.0
Operating system: All
If a
tslint.json
file specifies a rulesDirectory property, gulp-tslint needs to resolve those paths relative to the location of thetslint.json
file and provide those to TSLint via therulesDirectory
option found here. TSLint has no way of resolving these paths itself since it has no way of knowing where thetslint.json
file was located.This is a subtle bug and I understand that it's not super predictable behavior from TSLint, but I'm now sure what TSLint could do differently. tslint-loader also has a similar bug.
The text was updated successfully, but these errors were encountered: