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

Danger plugin that checks whether the Carthage project has been generated when needed #187

Merged
merged 3 commits into from
Dec 15, 2017

Conversation

pepicrft
Copy link
Contributor

@pepicrft pepicrft commented Dec 13, 2017

Resolves #182

Short description 📝

When files are added/removed from the Sources/xcproj folder the Carthage project needs to be generated. Contributors were not aware of that and they had to wait until the build finished to see the compilation error on Travis-CI.

Solution 📦

This PR adds a Danger plugin that makes the build fail earlier if files have been added/removed without regenerating the Carthage project.

Implementation 👩‍💻👨‍💻

  • Add plugin
  • Test the plugin.
  • Update the Rake ci task to run the rspec tests as well

GIF

gif


This change is Reviewable

@pepicrft pepicrft added this to the 1.7.0 milestone Dec 13, 2017
@pepicrft pepicrft self-assigned this Dec 13, 2017
@pepicrft pepicrft requested review from rahul-malik and a team December 13, 2017 11:57
Copy link
Contributor

@toshi0383 toshi0383 left a comment

Choose a reason for hiding this comment

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

Nice✅

Pedro Piñera added 3 commits December 13, 2017 15:22
@pepicrft pepicrft merged commit d1588fe into master Dec 15, 2017
@pepicrft pepicrft deleted the danger-carthage branch December 15, 2017 15:34
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.

2 participants