-
Notifications
You must be signed in to change notification settings - Fork 8
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
Csv reader #21
base: master
Are you sure you want to change the base?
Csv reader #21
Conversation
Hey Ben, I think the issue might be that your JavaScript isn't standardized. I had the same problem as well. Here's a link for how to format JavaScript: |
Hi thanks for the link. I think it's weird that travis enforces no semicolons at the end of the line. I used to work with lint, and it enforced the exact opposite rule! |
Haha yeah I know! I'm so used to using semicolons. |
Travis is running both standardjs and travis. Here are the details for your build: https://travis-ci.org/CfABrigadePhiladelphia/jawn/jobs/113008574 It's failing with some style complaints from standardjs. |
Oops. Didn't see your comments! I bet we can change the settings for standardjs if we have our own style preferences, or we could just turn it off. |
Hi,
I took at stab at the csv to json reader. Not sure if this is what we are trying to do.
Also, I am having trouble integrating tape with travis-ci. The build fails and so does npm test. However if I run the tests locally they all pass. Any ideas?