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

[Resolves #9] Cleanup rubocop todo #8

Merged
merged 37 commits into from
Feb 17, 2020
Merged

[Resolves #9] Cleanup rubocop todo #8

merged 37 commits into from
Feb 17, 2020

Conversation

rpbaltazar
Copy link
Contributor

No description provided.

@rpbaltazar
Copy link
Contributor Author

@jean-francois-labbe I'm generally a big fan of standards. I maintain the gem 'perx-rubocop` that is the one I usually use as default settings. Since you've been investing your time in this as well, do you have any issues with it?

@rpbaltazar rpbaltazar changed the title [Hotfix] Cleanup rubocop todo [Resolves #9] Cleanup rubocop todo Feb 16, 2020
@jean-francois-labbe
Copy link

@jean-francois-labbe I'm generally a big fan of standards. I maintain the gem 'perx-rubocop` that is the one I usually use as default settings. Since you've been investing your time in this as well, do you have any issues with it?

@rpbaltazar That's a really good idea, to ease contribution the code must comply with a standard. I'm used to rubocop standardrb and rufo. whatever the tool you choose, I'm ok with that.

@jean-francois-labbe
Copy link

@rpbaltazar One thing that would be nice is to fix the travis-ci config in order to have a Green CI status, it would reassure users and enable faster tests status analysis (today I need to go check why the status is Red), easier merge request approval.

@rpbaltazar
Copy link
Contributor Author

I’ll wrap up the rubocop and have it merged then.
I have not checked right now, but The red was because of a bug in one of the rails versions. I think that for that specific case we can move it to the section of the “allowed to fail” until the rails fix version is released.

rpbaltazar added a commit that referenced this pull request Feb 17, 2020
- Fixes CI runs:
  - One of the rails versions [had a bug](rails/rails#38137) and causes the CI to fail. I've moved it to the allowed failures.
  - I think we should deprecate these versions as they are EOL. => New ticket to be created
- Fixes rubocop installation - I had not realized when I merged rubocop installation that I was breaking all CI (I'm sorry for the rushed decision). This fixes the dependencies and all CI should be passing.
- Adds rubocop to github actions. All the rubocop failures will be fixed with #8
@rpbaltazar rpbaltazar merged commit 79e6eb4 into development Feb 17, 2020
@rpbaltazar rpbaltazar deleted the fix-rubocop branch February 17, 2020 07:33
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