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

Minor fixes: Fix warnings, and pry-byebug to dev Gemfile and tweak rubocop execution #127

Merged
merged 4 commits into from
Aug 26, 2017

Conversation

ivoanjo
Copy link
Contributor

@ivoanjo ivoanjo commented Aug 26, 2017

This PR includes three minor fixes/tweaks. See the individual commits for more details.

Since EntryPoint does not call Link#initialize, we must make sure to
initialize all of Link's instance variables to avoid any warnings.
When you're developing, you're testing and haven't yet settled on the
final state of the code so rubocop telling you you have some extra
spaces somewhere when you're trying to run the test suite is not very
useful.

Instead, let's run the specs first and rubocop afterwards.
@dblock dblock merged commit 49bff2d into master Aug 26, 2017
@dblock
Copy link
Collaborator

dblock commented Aug 26, 2017

👍

@dblock dblock deleted the minor-fixes branch August 25, 2019 15:29
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.

None yet

2 participants