-
Notifications
You must be signed in to change notification settings - Fork 136
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
CI/Formatting #27
CI/Formatting #27
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.
Looks good apart from one minor note. Thank you!
On a side note: I'm pretty sure some of these files were previously formatted this way by flutter format, but maybe they changed the formatting rules at some point 😂
Sorry, the merge conflicts were created by #25 (removal of accessToken parameter, should be a quick fix, though) |
Yea something changed in recent Dart versions, should probably also use a fixed Flutter version in the CI script? |
* remove unused java setup * remove redundant setup * use working-directory instead of cd
c75ef68
to
3fca9c6
Compare
Rebased, hope I didn't miss anything. |
Hm, I thought about this. That would also allow caching the flutter installation. But then someone would need to think about updating that fixed version regularly. So I'd prefer to continue without a fixed flutter version. And if the formatting rules really change, it's easy to reformat. |
3fca9c6
to
4009d29
Compare
Could setup a matrix build with fixed stable and beta. |
Interesting idea, feel free to submit a PR if you'd like to. Two more ideas, if we're already at it:
|
Wanted to get started on null-safety changes but there are constant format changes so I figured a consistent format and checks would help.