-
Notifications
You must be signed in to change notification settings - Fork 65
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
Interfaces not checked? #34
Comments
I also have this issue. Are there any plans for fixing? |
@SDohle @DarkXaHTeP is it still present with latest version? |
I can't test it, version 3.2.0 isn't working with my setup:
OK, updating to TSLint 4.0.1 fixes this problem. But i use the codelyzer package and that is not yet compatible with tslint 4.0.1. |
Problem is fixed. Thank you! |
I seem to be running into this issue with tslint 4.2.0 and tslint-loader 3.3.0. |
Got this issue again, too. Please reopen, @BlackSonic |
+1 for reopening. Seeing the issue in tslint 4.4.2 and tslint-loader 3.3.0. |
Can you add an example repository? There is a test for it also in the loader repository. |
I didn't see the test for it in the loader repository. I cut and pasted a small project. I hope it helps. Observe the console section to see the violations of console
src/scripts/background.ts
src/scripts/content.ts
src/scripts/messages.ts
package.json
tsconfig.json
tslint.json
webpack.config.js
|
Confirming having this issue too. |
Hi,
the tslint-loader doen't check Rules in my typescript interfaces:
Running tslint standalone results in two warnings:
I use emitErrors: true and failOnHint: true to break the build. But during the webpack build with tslint-loader as a preloader no warnings/errors are emitted for violations in interfaces.
The text was updated successfully, but these errors were encountered: