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

csvlint: Add csvlint engine #11

Merged
merged 1 commit into from
Dec 25, 2017
Merged

csvlint: Add csvlint engine #11

merged 1 commit into from
Dec 25, 2017

Conversation

nalinbhardwaj
Copy link
Contributor

Adds missing csvlint using ruby image.

Closes #10

FROM linterhub/image-ruby
LABEL maintainer="linterhub@repometric.com"
RUN apk add --no-cache libcurl && \
apk add --update make \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need update?

Copy link
Contributor Author

@nalinbhardwaj nalinbhardwaj Dec 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

csvlint needs make , the build fails otherwise.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I doubt you need --update to get make.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right, it worked without --update. Removing.

"Foo","Bsr","Baz"

"Biff","Baff","Boff"
"Qux","Teaspoon","Doge"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing new line on EOF.

Copy link
Contributor Author

@nalinbhardwaj nalinbhardwaj Dec 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On purpose, it will emit one more less error if added...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah sorry, forgot this was a test case :P

Adds missing csvlint using ruby image.

Closes #10
@yukiisbored
Copy link
Collaborator

gah, I can't access the Docker cloud build. @xferra

Copy link
Member

@xferra xferra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your first contribution, great job! Looks good to me!

@xferra xferra merged commit 183f492 into repometric:master Dec 25, 2017
@nalinbhardwaj nalinbhardwaj deleted the csvlint branch December 25, 2017 13:50
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