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

Fix linter issues #83

Merged
merged 1 commit into from
May 10, 2019
Merged

Fix linter issues #83

merged 1 commit into from
May 10, 2019

Conversation

alexandrevicenzi
Copy link
Contributor

  • Fixed code styling
  • Fixed most pylint issues

@@ -163,7 +169,7 @@ def _get_repo_counterpart(self, input_repo, repos_to_match):
if input_repo.arch == repo.arch and \
input_repo.platform_full_version == repo.platform_full_version:
return repo

return None
Copy link
Contributor

Choose a reason for hiding this comment

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

Notice that we are no longer enforcing inconsistent-return-statements

Copy link
Member

Choose a reason for hiding this comment

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

This also a reason for failing test coverage check.

danrodrig
danrodrig previously approved these changes May 7, 2019
rohanpm
rohanpm previously approved these changes May 8, 2019
rbikar
rbikar previously approved these changes May 9, 2019
- Fixed code styling
- Fixed most pylint issues
Copy link
Member

@rbikar rbikar left a comment

Choose a reason for hiding this comment

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

I think we shouldn't push everything to one commit. I can't open diff, just for new changes, at least on UI.

@alexandrevicenzi
Copy link
Contributor Author

@rbikar I try to squash to not pollute the history, but good point about review.

@rbikar
Copy link
Member

rbikar commented May 10, 2019

@rbikar I try to squash to not pollute the history, but good point about review.

I always squash before merging to master (there is an option for it: squash and merge). So history is not polluted.

@alexandrevicenzi alexandrevicenzi merged commit 22f0c34 into release-engineering:master May 10, 2019
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

4 participants