-
Notifications
You must be signed in to change notification settings - Fork 519
Commit 5156173
committed
(maint) Modify tslint configuration for test files
Previously tslint was raising errors in Travis CI saying that the excluded test
fixtures directory was not included in the project. This was by design however
it appears to be a known bug palantir/tslint#3793.
This commit removes the exclude for test files from linting and adds a tslint
directive in the default index.ts file. A tslint directive is used instead of
solving the issue because this is the default testing file for VS Code extesions
and shouldn't really be modified unless absolutely necessary. In this instance
it was safer for a tslint directive.1 parent 0434ff8 commit 5156173
2 files changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
55 | + | ||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
|
0 commit comments