-
Notifications
You must be signed in to change notification settings - Fork 3
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
Run formatter #59
Comments
Agreed, this is long overdue. I don’t have an opinion yet on a style guide follow, I’m ok going with the one you’ve used the most. Want to fork and submit a PR with the CI update and style fixes? Hopefully the code state is not too bad 😅 I’d try to break up changes in granular commits so as to not have one commit touching a lot of the codebase. (Next week I’ll add you up as a collaborator on all repos so you don’t have to do it from a fork) |
Ah opened #60 as you wrote the above 😁 I think doing it incrementally is a good idea! Update:
|
Sounds good. I’ll then merge the PR with the fixes first and the CI update
after it, so the CI doesn’t break
…On Fri, 26 Jun 2020 at 10:54, Niklas Long ***@***.***> wrote:
Ah opened #60 <#60> as you
wrote the above 😁
I think doing it incrementally is a good idea! #60
<#60> just runs the formatter
and I'll submit another PR for the style changes (I'll fix the most obvious
for now)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFGKUK2CFCO57JTZ3NUTDRYRO35ANCNFSM4OJCMP6A>
.
|
I notice we're not using
mix format
? It might also be a good idea to check it on CI withmix format --check-formatted
?The text was updated successfully, but these errors were encountered: