Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRuns locally but fails on CI #635
Comments
This comment has been minimized.
This comment has been minimized.
|
I edited the files that were described above and once I changed the particular line and modified it just one space and then reran, the error would show up for that particular file. It |
This comment has been minimized.
This comment has been minimized.
|
You might be running the newly-released 8.1.0 on your CI server, but 8.0.0 locally. Can you see if that's the issue? You can try deleting the |
feross
added
the
need more info
label
Sep 21, 2016
This comment has been minimized.
This comment has been minimized.
|
I changed the Again, just to be clear, when I ran locally on my mac I got not errors. But once I touched the line in each of the files that were reported in error from the CI, then I started to get the errors reported. I then fixed each line w/ the now reported issues. Once I repeated this for each of the three files in question, again the local ran fine and then the CI ran fine also. But, again, I had to change each file on the line reported to get the local errors to report. The errors weren't reported until I changed the lines a little to get the errors reported. "Smelled" like a cache issue to me. |
This comment has been minimized.
This comment has been minimized.
|
This is really weird. Sounds like a cache bug, you're right. But without more info on how to reproduce it there's nothing I can do. Also, we're just using the Let's keep our eyes open for this one. If we see it in the wild again, we can file an issue on the ESLint repo. |
bartonhammond commentedSep 20, 2016
•
edited
My
package.jsonhas this line"test": "./node_modules/standard/bin/cmd.js && jest",, using version8.0.0. I'm running the local installed version.Locally this runs w/o error
On my CI I get the following:
These reported issues are from React-Native JSX code. For example, the first one has this: