Skip to content
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

Lint results aren't updated when a file is changed from another editor. #113

Open
whmountains opened this issue Sep 13, 2017 · 2 comments
Open

Comments

@whmountains
Copy link

Steps to reproduce:

  • Open a file with a flow error.
  • Close the Atom tab.
  • Fix the error externally.
  • Re-open the file

The file will register a pile of non-existent flow errors.

@whmountains
Copy link
Author

Only way to get rid of the error is to restart Atom.

@lloiser
Copy link
Collaborator

lloiser commented Sep 13, 2017

At least for me saving the file again in atom removes those warnings.

@steelbrain I think this is an upstream bug in linter. It should notice that the file has changed and therefore should run the linters again, right?

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

No branches or pull requests

2 participants