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

Fixed over 80 issues. Left with 10. #6488

Closed
wants to merge 1 commit into from

Conversation

bbborisk
Copy link

Hello! OK, so I fixed a bunch, but have no idea how to fix these 10.

Screenshot from 2019-10-18 12-35-57

I don't know if it is acceptable, looking forward to feedback. This is an amazing opportunity for me to learn, so thank you very much!

cheers!

@welcome
Copy link

welcome bot commented Oct 18, 2019

Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help.
Dangerbot will test out your code and reply in a bit with some pointers and requests.
Also please refer here for installation help 💿
There may be some errors, but don't worry! We'll work through them with you! 👍🎉😄
It would be great if you can tell us your Twitter handle so we can thank you properly?

@bbborisk
Copy link
Author

bbborisk commented Oct 18, 2019 via email

@jywarren
Copy link
Member

Oh wow, were these rubocop issues? And, could you drop a link to the original issue in here so we're all linked together? Thank you!!!

@@ -7,7 +7,7 @@ def assets; end
def promote_admin
@user = User.find params[:id]
unless @user.nil?
if logged_in_as(['admin'])
if logged_in_as(%w(admin))
Copy link
Member

Choose a reason for hiding this comment

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

This is in the rubocop config, but I'm not sure about it -- actually ['admin'] seems more readable and common of a usage... what do you think? Could we adapt the config to use this simpler format? Thank you!!!!

@bbborisk
Copy link
Author

bbborisk commented Oct 19, 2019 via email

@cesswairimu
Copy link
Collaborator

Yeah, its totally okay @bbborisk. Thanks

@bbborisk
Copy link
Author

bbborisk commented Oct 21, 2019 via email

@cesswairimu
Copy link
Collaborator

cesswairimu commented Nov 2, 2019

@bbborisk, I will give them a try and push to your branch if I succeed thanks so much for fixing these 👍

@bbborisk
Copy link
Author

bbborisk commented Nov 4, 2019 via email

@SidharthBansal
Copy link
Member

Please rebase

@SidharthBansal
Copy link
Member

As the person is inactive for more than a month, I am closing the PR. In case you want to push changes please feel free to open a new PR OR reopen this PR and add additional changes to it.
Thanks for contributing on Public Lab

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.

4 participants