RichardLitt / awesome-conferences

:ticket: A list of awesome conferences
774 stars 115 forks source link

Validate pull requests with Travis #74

Closed awesome-bot closed 8 years ago

awesome-bot commented 8 years ago

Hello, I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request.

It is currently being used by

Examples

If you are interested, connect this repo to https://travis-ci.org/ and add a .travis.yml file to the project.

See https://github.com/dkhamsing/awesome_bot for options, more information Feel free to leave a comment :smile:

RichardLitt commented 8 years ago

Done. Thanks!

awesome-bot commented 8 years ago

:smiley:

awesome-bot commented 8 years ago

Note: you can allow redirects with option --allow-redirect Let me know if you have any questions

RichardLitt commented 8 years ago

The main thing I would like is for some dupes not to be mentioned. For instance, I dupe github.com/sindresorhus/awesome on purpose. Can I ignore just that one dupe?

awesome-bot commented 8 years ago

You can white list it: --white-list github.com/sindresorhus/awesome

awesome-bot commented 8 years ago

To white list more, add items separated by a comma --white-list link1,link2

RichardLitt commented 8 years ago

Works! Thanks.

awesome-bot commented 8 years ago

:+1: