-
Notifications
You must be signed in to change notification settings - Fork 191
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
Added rubocop and updated for all the violations #151
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! One small change, then you can merge 👍
We currently don't run those code style verification on CI, is that something we want to invest time in? Maybe we should just use HoundCI for this one, as it's really easy to setup, and shows inline style errors? We've used it for fastlane in the past too.
.rubocop.yml
Outdated
@@ -0,0 +1 @@ | |||
inherit_from: .rubocop_todo.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing new line here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to install ymlcop 🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Small merge conflict, then it's ready to be merged 👍 |
After merging the 4 newly added PRs, we should rebase this and get it running 👍 |
I somehow thought I merged this already 🤦♂️ |
This can be rebased now 👍 |
Ok ok :) |
@taquitos You want to rebase this and get it merged in? 😈 |
I think the merge was good but haven't tested yet |
Used the fastlane rubocop yaml file