Skip to content

Format on Dart 2.10.4, only check formatting on stable runs #290

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

Merged
merged 2 commits into from
Nov 25, 2020

Conversation

greglittlefield-wf
Copy link
Collaborator

@greglittlefield-wf greglittlefield-wf commented Nov 25, 2020

Motivation

CI was failing on every commit because the code was formatted under Dart 2.9, and CI was only skipping formatting on dev runs and not the Dart 2.10 stable run.

Previously, stable runs were broken due to build issues, but now that that's fixed, we can format on stable.

Solution

  • Format on Dart 2.10.4 (stable)
  • Only check formatting on stable runs

QA steps

  • Verify all Travis builds are green

? staticProps == null
? null
: staticProps[memberName]
: props[memberName];
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is just a formatting change

Copy link
Collaborator

@joebingham-wk joebingham-wk left a comment

Choose a reason for hiding this comment

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

+10 - change looks good and CI is all green 🎉 🎉 🎉

Co-authored-by: joebingham-wk <[email protected]>
Copy link
Collaborator

@joebingham-wk joebingham-wk left a comment

Choose a reason for hiding this comment

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

+10 refresh

@greglittlefield-wf greglittlefield-wf merged commit d18ce92 into master Nov 25, 2020
@greglittlefield-wf greglittlefield-wf deleted the fix-ci-format-step branch November 25, 2020 21:25
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