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

Errors not being reported on initial run or with flow check #5586

Closed
dtaub opened this issue Dec 28, 2017 · 1 comment
Closed

Errors not being reported on initial run or with flow check #5586

dtaub opened this issue Dec 28, 2017 · 1 comment

Comments

@dtaub
Copy link

dtaub commented Dec 28, 2017

This is on version 0.61.0 but I've definitely noticed this before in previous versions.

While editing files I can see that there are errors, but then if I run

pkill flow
npx flow    # or npx flow check

To approximate how it would run in CI, it says there are no errors. If I make some whitespace changes to a file and save then the errors show up again. This makes running flow in CI unreliable since it passes when there are errors.

Even after running just flow shows there are errors, running flow check shows Found 0 errors.

This seems related to #1520 but that was closed without a resolution.

@dtaub dtaub changed the title Errors not being reported on initial run (such as in CI) Errors not being reported on initial run or with flow check Jan 4, 2018
@dtaub
Copy link
Author

dtaub commented Jan 9, 2018

Gonna close this as a duplicate of #5316 and #5180. Check out #5180 for solutions to this issue.

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

1 participant