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

Csv reader #21

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

benjaminettori
Copy link

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?

@mels065
Copy link
Contributor

mels065 commented Mar 2, 2016

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:

http://standardjs.com/rules.html

@benjaminettori
Copy link
Author

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!

@mels065
Copy link
Contributor

mels065 commented Mar 2, 2016

Haha yeah I know! I'm so used to using semicolons.

@flyingzumwalt
Copy link
Collaborator

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.

@flyingzumwalt
Copy link
Collaborator

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.

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

Successfully merging this pull request may close these issues.

3 participants