You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I have a strange problem with tslint. The linter works great, but only for my complete project (or the currently opened files). The file tab remains always empty and the linter warnings are not displayed for the current file:
I was wondering if anybody else experienced the same "problem"... Any ideas on what could be the cause?
The text was updated successfully, but these errors were encountered:
@markvandenbrink This would only happen if tslint for some reason doesn't return the file path when getFileName() is called on one of its failure messages. Could you provide steps to reproduce this?
Hi everyone,
I have a strange problem with tslint. The linter works great, but only for my complete project (or the currently opened files). The file tab remains always empty and the linter warnings are not displayed for the current file:
I was wondering if anybody else experienced the same "problem"... Any ideas on what could be the cause?
The text was updated successfully, but these errors were encountered: