Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Resolve - run rubocop on each commit on travis #15 #16

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

Conversation

ajohnstone
Copy link
Contributor

Problem

Have to ask people to run rubocop which requires them to set it up and may conflict with rubocop setups they already have. I.e: #11

Solution

Run rubocop on each commit in travis then mark the PR as pass/failure based on the result from rubocop.

  • Add travis and rubocop
  • Source rubocop config from remote repo
  • This does not resolve the existing violations and therefore fails the build (15 files inspected, 28 offenses detected)

@see https://travis-ci.org/ajohnstone/cloudwatch-sender/

@revett
Copy link
Contributor

revett commented Jul 13, 2015

Sweet 👍

@revett
Copy link
Contributor

revett commented Jul 22, 2015

🍰

@ajohnstone
Copy link
Contributor Author

Any chance of merging this? I realise there are issues with the validation from rubocop, however that should be resolved separately to this.

@revett
Copy link
Contributor

revett commented Jul 23, 2015

I tried to get our Travis working but had some auth issues due to Github Organisation - will try again.

@ajohnstone
Copy link
Contributor Author

@revett Thanks 👍

@ajohnstone
Copy link
Contributor Author

This is 2 months old now?

@revett revett removed their assignment Feb 13, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants