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
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.
The text was updated successfully, but these errors were encountered:
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
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
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, runningflow check
showsFound 0 errors
.This seems related to #1520 but that was closed without a resolution.
The text was updated successfully, but these errors were encountered: